2019-09-04 22:58:17 -04:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
|
|
|
"es2018",
|
2019-12-06 10:26:01 -05:00
|
|
|
"dom",
|
|
|
|
"esnext.asynciterable"
|
2019-09-04 23:00:44 -04:00
|
|
|
],
|
|
|
|
"paths": {
|
|
|
|
"@poweredsoft/ngx-data": [
|
|
|
|
"dist/poweredsoft/ngx-data"
|
|
|
|
],
|
|
|
|
"@poweredsoft/ngx-data/*": [
|
|
|
|
"dist/poweredsoft/ngx-data/*"
|
2019-12-06 13:41:28 -05:00
|
|
|
],
|
|
|
|
"@poweredsoft/ngx-data-apollo": [
|
|
|
|
"dist/poweredsoft/ngx-data-apollo"
|
|
|
|
],
|
|
|
|
"@poweredsoft/ngx-data-apollo/*": [
|
|
|
|
"dist/poweredsoft/ngx-data-apollo/*"
|
2019-09-04 23:00:44 -04:00
|
|
|
]
|
|
|
|
}
|
2019-09-04 22:58:17 -04:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
2019-09-04 23:00:44 -04:00
|
|
|
}
|