Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 1 | { |
| 2 | "compilerOptions": { |
| 3 | "allowJs": false, |
| 4 | "alwaysStrict": true, |
| 5 | "baseUrl": ".", |
| 6 | "declaration": true, |
| 7 | "emitDecoratorMetadata": true, |
| 8 | "experimentalDecorators": true, |
| 9 | "module": "commonjs", |
| 10 | "moduleResolution": "node", |
| 11 | "noImplicitThis": true, |
| 12 | "noUnusedLocals": true, |
| 13 | "preserveConstEnums": true, |
| 14 | "removeComments": true, |
| 15 | "strictFunctionTypes": true, |
| 16 | "strictNullChecks": true, |
| 17 | "target": "es6", |
| 18 | "paths": { |
| 19 | "*": [ |
| 20 | "*", |
| 21 | "test/", |
| 22 | "test/gen-js/*" |
| 23 | |
| 24 | ] |
| 25 | }, |
| 26 | }, |
| 27 | "exclude": [ |
| 28 | "./test/gen-nodejs/", |
| 29 | "./test/build/", |
| 30 | ] |
| 31 | } |