Skip to content

Commit ee024da

Browse files
authored
Update tsconfig.json
1 parent 6c8da62 commit ee024da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"compilerOptions": {
33
"target": "ES2020",
44
"module": "CommonJS",
5+
"moduleResolution": "Node",
56
"strict": true,
67
"esModuleInterop": true,
78
"skipLibCheck": true,
89
"declaration": true,
9-
"outDir": "dist"
10+
"declarationDir": "dist",
11+
"outDir": "dist",
12+
"emitDeclarationOnly": false,
13+
"resolveJsonModule": true
1014
},
1115
"include": ["src", "vitest.config.ts"],
1216
"exclude": ["node_modules", "dist"],

0 commit comments

Comments
 (0)