10 lines
240 B
JSON
10 lines
240 B
JSON
|
{
|
||
|
"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"]
|
||
|
}
|