2018-02-02 10:33:48 -08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es5",
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"types": ["node"],
|
|
|
|
|
"rootDir": "."
|
|
|
|
|
},
|
2019-08-20 10:52:31 -07:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"enableIvy": false,
|
|
|
|
|
},
|
2018-02-02 10:33:48 -08:00
|
|
|
"files": [
|
|
|
|
|
"src/app.ts",
|
|
|
|
|
"src/main.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|