31 lines
604 B
JSON
31 lines
604 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "es5",
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"dom"
|
||
|
],
|
||
|
"paths": {
|
||
|
"@loafer/ng-logger": [
|
||
|
"dist/loafer/ng-logger"
|
||
|
],
|
||
|
"@loafer/ng-rest": [
|
||
|
"dist/loafer/ng-rest"
|
||
|
],
|
||
|
"@loafer/ng-rpc": [
|
||
|
"dist/loafer/ng-rpc"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|