Skip to content

Commit

Permalink
fix(create-quasar/ts-vite): Remove invalid tsconfig references (quasa…
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufkandemir authored Mar 30, 2022
1 parent 6175a8a commit 122a508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"experimentalDecorators": true,
"useDefineForClassFields": true<% } %>
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}

This file was deleted.

0 comments on commit 122a508

Please sign in to comment.