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