Skip to content

Commit 91160e7

Browse files
committed
build: update tsconfig.json
1 parent acc62cd commit 91160e7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tsconfig.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
"moduleResolution": "node",
66
"strict": true,
77
"jsx": "preserve",
8-
"sourceMap": true,
8+
// "sourceMap": true,
99
"declaration": true,
10-
"declarationMap": true,
11-
"emitDeclarationOnly": true,
10+
// "declarationMap": true,
11+
// "emitDeclarationOnly": true,
12+
"outDir": "temp",
13+
// "outFile": "index.d.ts",
1214
"noImplicitAny": false,
1315
"resolveJsonModule": true,
1416
"esModuleInterop": true,
@@ -21,7 +23,6 @@
2123
"./node_modules/@types",
2224
],
2325
"types": [
24-
"vite/client",
2526
"node"
2627
]
2728
},

0 commit comments

Comments
 (0)