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