Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 8ed39cb

Browse files
author
Daniel Requejo
committed
🔧 Amend ts configuration
1 parent 6493c80 commit 8ed39cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"include": [
2424
"src/**/*.ts",
2525
"src/**/*.d.ts",
26-
"src/**/*.tsx",
2726
"src/**/*.vue"
2827
],
2928
"references": [

tsconfig.node.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"declaration": true
88
},
99
"include": [
10-
"vite.config.ts"
10+
"vite.config.ts",
1111
]
1212
}

0 commit comments

Comments
 (0)