Alex Mikhalev
7 years ago
8 changed files with 72 additions and 76 deletions
@ -1,6 +1,26 @@ |
|||||||
{ |
{ |
||||||
"experimentalDecorators": true, |
|
||||||
"compilerOptions": { |
"compilerOptions": { |
||||||
"target": "es5" |
"experimentalDecorators": true, |
||||||
} |
"target": "es5", |
||||||
|
"lib": [ |
||||||
|
"es6" |
||||||
|
], |
||||||
|
"types": [ |
||||||
|
"node" |
||||||
|
], |
||||||
|
"strict": true, |
||||||
|
"allowJs": true, |
||||||
|
"baseUrl": "..", |
||||||
|
"paths": { |
||||||
|
"@common/*": [ |
||||||
|
"./common/*" |
||||||
|
], |
||||||
|
"@app/*": [ |
||||||
|
"./app/*" |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"include": [ |
||||||
|
"./**/*.ts" |
||||||
|
] |
||||||
} |
} |
Loading…
Reference in new issue