information-system-gui/tsconfig.app.json

10 lines
240 B
JSON
Raw Normal View History

2023-06-29 16:03:38 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./target/classes/static/app",
"types": []
},
"files": ["src/main/webapp/main.ts", "src/main/webapp/polyfills.ts"],
"include": ["src/main/webapp/**/*.d.ts"]
}