Skip to content

Commit a8144f2

Browse files
committed
chore: Update typescript configuration
1 parent 96959f5 commit a8144f2

5 files changed

+10
-25
lines changed

tsconfig.app.json

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
"paths": {
99
"@/*": ["./src/VueDatePicker/*"]
1010
},
11-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
12-
"target": "esnext"
1311
}
1412
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files": [],
33
"references": [
44
{
5-
"path": "./tsconfig.vite-config.json"
5+
"path": "./tsconfig.node.json"
66
},
77
{
88
"path": "./tsconfig.app.json"

tsconfig.node.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": "@tsconfig/node18/tsconfig.json",
3+
"include": ["vite.config.*", "vitest.config.*"],
4+
"compilerOptions": {
5+
"composite": true,
6+
"module": "ESNext",
7+
"types": ["node"]
8+
}
9+
}

tsconfig.type-check.json

-11
This file was deleted.

tsconfig.vite-config.json

-11
This file was deleted.

0 commit comments

Comments
 (0)