mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 21:51:38 +01:00
fix tsc configs, add realsilverbullets for 6666 bits
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["DOM", "ES2020"]
|
||||
"moduleResolution": "bundler",
|
||||
"lib": ["DOM", "ES2022"],
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"]
|
||||
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user