mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-17 02:31:39 +01:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["DOM", "ES2022"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|