open-redirect/web/tsconfig.app.json

11 lines
206 B
JSON
Raw Normal View History

2024-12-13 23:27:18 +01:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app"
},
"files": [
"src/main.ts"
]
}