Initial version of smartbooking generated by generator-jhipster@9.0.0-beta.0
This commit is contained in:
13
tsconfig.app.json
Normal file
13
tsconfig.app.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"include": ["src/main/webapp/**/*", "src/main/webapp/app/**/*.vue"],
|
||||
"exclude": ["src/main/webapp/app/**/*.spec.ts"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"baseUrl": "src/main/webapp/app",
|
||||
"outDir": "build/out-tsc/dist",
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user