dnet40/modules/uoa-connect-portal/branches/elixir/tsconfig.json @ 60026
1 |
{
|
---|---|
2 |
"compileOnSave": false, |
3 |
"compilerOptions": { |
4 |
"importHelpers": true, |
5 |
"outDir": "./dist/out-tsc", |
6 |
"sourceMap": true, |
7 |
"declaration": false, |
8 |
"moduleResolution": "node", |
9 |
"emitDecoratorMetadata": true, |
10 |
"experimentalDecorators": true, |
11 |
"target": "es5", |
12 |
"typeRoots": [ |
13 |
"node_modules/@types" |
14 |
], |
15 |
"lib": [ |
16 |
"es2017", |
17 |
"dom" |
18 |
], |
19 |
"module": "es2015", |
20 |
"baseUrl": "./" |
21 |
} |
22 |
}
|