commit | author | age
|
a5a648
|
1 |
{ |
W |
2 |
"compilerOptions": { |
|
3 |
"allowSyntheticDefaultImports": true, |
|
4 |
"declaration": false, |
|
5 |
"emitDecoratorMetadata": true, |
|
6 |
"experimentalDecorators": true, |
|
7 |
"lib": [ |
|
8 |
"dom", |
|
9 |
"es2015" |
|
10 |
], |
|
11 |
"module": "es2015", |
|
12 |
"moduleResolution": "node", |
|
13 |
"sourceMap": true, |
|
14 |
"target": "es5", |
|
15 |
"baseUrl": "./src" |
|
16 |
}, |
|
17 |
"include": [ |
|
18 |
"src/**/*.ts" |
|
19 |
], |
|
20 |
"exclude": [ |
|
21 |
"node_modules" |
|
22 |
], |
|
23 |
"compileOnSave": false, |
|
24 |
"atom": { |
|
25 |
"rewriteTsconfig": false |
|
26 |
} |
|
27 |
} |