isdashboard/tsconfig.app.json

10 lines
227 B
JSON
Executable File

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./target/classes/static/app",
"types": ["@angular/localize"]
},
"files": ["src/main/webapp/main.ts"],
"include": ["src/main/webapp/**/*.d.ts"]
}