mirror of
https://github.com/fergalmoran/ngx-data.git
synced 2025-12-22 01:27:41 +00:00
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2017", "dom"]
|
|
},
|
|
"exclude": ["wallabyTest.ts"]
|
|
}
|