We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc62cd commit 91160e7Copy full SHA for 91160e7
tsconfig.json
@@ -5,10 +5,12 @@
5
"moduleResolution": "node",
6
"strict": true,
7
"jsx": "preserve",
8
- "sourceMap": true,
+ // "sourceMap": true,
9
"declaration": true,
10
- "declarationMap": true,
11
- "emitDeclarationOnly": true,
+ // "declarationMap": true,
+ // "emitDeclarationOnly": true,
12
+ "outDir": "temp",
13
+ // "outFile": "index.d.ts",
14
"noImplicitAny": false,
15
"resolveJsonModule": true,
16
"esModuleInterop": true,
@@ -21,7 +23,6 @@
21
23
"./node_modules/@types",
22
24
],
25
"types": [
- "vite/client",
26
"node"
27
]
28
},
0 commit comments