sigs.k8s.io/prow@v0.0.0-20240503223140-c5e374dc7eb1/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "lib": ["dom", "es6", "ScriptHost", "es2015.core", "dom.iterable", "es2016.array.include"], 4 "target": "es2015", 5 "module": "esnext", 6 "downlevelIteration": true, 7 "skipDefaultLibCheck": true, 8 "moduleResolution": "node", 9 "preserveConstEnums": false, 10 "experimentalDecorators": true, 11 "emitDecoratorMetadata": true, 12 "jsx": "react", 13 "noErrorTruncation": false, 14 "noEmitOnError": false, 15 "declaration": false, 16 "stripInternal": true, 17 "inlineSourceMap": true, 18 "inlineSources": true, 19 "sourceMap": false, 20 "allowSyntheticDefaultImports": true, 21 "baseUrl": ".", 22 "rootDir": ".", 23 "rootDirs": [ 24 "." 25 ], 26 "paths": { 27 "*": [ 28 "node_modules/*", 29 "node_modules/@types/*" 30 ] 31 }, 32 "typeRoots": [ 33 "node_modules/@types" 34 ], 35 "types": [] 36 } 37 }