github.com/GoogleCloudPlatform/testgrid@v0.0.174/web/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "target": "es2018", 4 "module": "esnext", 5 "moduleResolution": "node", 6 "noEmitOnError": true, 7 "lib": ["es2017", "dom"], 8 "strict": true, 9 "esModuleInterop": false, 10 "allowSyntheticDefaultImports": true, 11 "experimentalDecorators": true, 12 "importHelpers": true, 13 "outDir": "out-tsc", 14 "sourceMap": true, 15 "inlineSources": true, 16 "rootDir": "./", 17 "incremental": true, 18 "strictPropertyInitialization": false 19 }, 20 "include": ["**/*.ts"] 21 }