Skip to content

Commit

Permalink
fix: remove composite / incremental again
Browse files Browse the repository at this point in the history
It's broken on vue-tsc again T_T
See vuejs/language-tools#3345
  • Loading branch information
peter50216 committed Aug 3, 2023
1 parent 9995266 commit ef81ee6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Expand Up @@ -23,9 +23,7 @@
"jsx": "preserve",
"paths": {
"/~/*": ["src/*"]
},
"composite": true,
"incremental": true
}
},
"include": ["**/*.ts", "**/*.vue", "**/*.json", "**/*.mts"],
"ts-node": {
Expand Down

0 comments on commit ef81ee6

Please sign in to comment.