1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-01-06 17:17:37 +03:00
openuds-gui/tsconfig.json

23 lines
469 B
JSON
Raw Normal View History

{
"compileOnSave": false,
"compilerOptions": {
2019-06-29 19:06:40 +03:00
"downlevelIteration": true,
2019-01-21 08:56:43 +03:00
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
2019-06-29 19:06:40 +03:00
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
2018-08-30 07:01:26 +03:00
],
2019-06-29 19:06:40 +03:00
"module": "esnext",
2018-08-30 07:01:26 +03:00
"baseUrl": "./"
}
2018-08-30 07:01:26 +03:00
}