NET-Web-API-w-Angular/bin/Debug/net8.0/my-app/tsconfig.app.json

19 lines
324 B
JSON
Raw Normal View History

2024-02-09 00:29:56 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"node"
]
},
"files": [
"src/main.ts",
"src/main.server.ts",
"server.ts"
],
"include": [
"src/**/*.d.ts"
]
}