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