16 lines
262 B
JSON
16 lines
262 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "es2016"
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"entryModule": "app/app.server.module#AppServerModule"
|
||
|
}
,
|
||
|
"files": [
|
||
|
"main.ts"
|
||
|
],
|
||
|
"include": [
|
||
|
"src/**/*.d.ts"
|
||
|
]
|
||
|
}
|