mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 21:51:38 +01:00
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["DOM", "ES2020"]
|
|
},
|
|
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"]
|
|
}
|