1{ 2 "compilerOptions": { 3 "experimentalDecorators": true, 4 "composite": true, 5 "target": "ES2019", 6 "module": "CommonJS", 7 "lib": ["ES2019", "DOM", "DOM.Iterable"], 8 "noImplicitAny": false, 9 "sourceMap": false, 10 "declaration": true, 11 "allowJs": true, 12 "outDir": "../../build/core/injected-scripts" 13 }, 14 "include": ["*.ts", ".eslintrc.js"], 15 "exclude": ["**/tsconfig*.json", "**/node_modules", "**/dist", "**/replay", "**/website"] 16} 17 18