angular/integration/platform-server/projects/ngmodule/tsconfig.app.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
289 B
JSON
Raw Normal View History

/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": ["node"]
},
"files": ["src/main.ts", "server.ts"],
"include": ["src/**/*.d.ts"]
}