Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
9
tsconfig.app.json
Normal file
9
tsconfig.app.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./target/out-tsc/app",
|
||||
"types": ["@angular/localize"]
|
||||
},
|
||||
"files": ["src/main/webapp/main.ts"],
|
||||
"include": ["src/main/webapp/**/*.d.ts"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue