]>
Commit | Line | Data |
---|---|---|
6f4e2522 C |
1 | { |
2 | "compilerOptions": { | |
3 | "target": "es5", | |
230809ef | 4 | "module": "commonjs", |
6f4e2522 | 5 | "moduleResolution": "node", |
6f4e2522 C |
6 | "emitDecoratorMetadata": true, |
7 | "experimentalDecorators": true, | |
ab32b0fc C |
8 | "allowSyntheticDefaultImports": true, |
9 | "sourceMap": true, | |
10 | "noEmitHelpers": true, | |
a17bc2c3 | 11 | "importHelpers": true, |
ab32b0fc C |
12 | "strictNullChecks": false, |
13 | "baseUrl": "./src", | |
14 | "paths": [ | |
15 | ], | |
16 | "lib": [ | |
17 | "dom", | |
18 | "es6" | |
ab32b0fc | 19 | ] |
ce98c80c | 20 | }, |
ab32b0fc C |
21 | "exclude": [ |
22 | "node_modules", | |
23 | "dist" | |
24 | ], | |
ce98c80c | 25 | "awesomeTypescriptLoaderOptions": { |
ab32b0fc C |
26 | "forkChecker": true, |
27 | "useWebpackText": true | |
ce98c80c C |
28 | }, |
29 | "compileOnSave": false, | |
30 | "buildOnSave": false, | |
ab32b0fc | 31 | "atom": { "rewriteTsconfig": false } |
6f4e2522 | 32 | } |