datasurvey/tsconfig.app.json

10 lines
240 B
JSON
Raw Normal View History

2021-07-03 21:48:27 +00: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"]
}