Skip to content

Commit

Permalink
use the proposed way
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Aug 9, 2023
1 parent 124da06 commit 1436533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion process-instance-migration/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && rm tsconfig.tsbuildinfo",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
Expand Down
3 changes: 2 additions & 1 deletion process-instance-migration/src/main/frontend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"compilerOptions": {
"incremental": false,
"baseUrl": ".",
"target": "esnext",
"useDefineForClassFields": true,
"allowSyntheticDefaultImports": true,
"composite": true,
"composite": false,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
Expand Down

0 comments on commit 1436533

Please sign in to comment.