information-system-gui/tsconfig.app.json

10 lines
256 B
JSON
Raw Normal View History

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