Files
qweribot/tsconfig.web.json

10 lines
203 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["DOM", "ES2020"]
},
"include": ["src/web/chatWidget/www/**/*", "src/web/alerts/www/**/*"]
}