lorenzoiovino.com/tsconfig.app.json
Lorenzo Iovino a42c00d862 First commit
2023-12-27 18:52:40 +01:00

18 lines
324 B
JSON

/* 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"
]
}