Skip to content

Commit

Permalink
WIP(ts-config):remove unnecessary options
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryC-3 committed Mar 3, 2023
1 parent 8a4eece commit 6f3f9e6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
"skipLibCheck": true,
"noEmit": true
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/**.ts"
],
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.vite.json" }]
}

0 comments on commit 6f3f9e6

Please sign in to comment.