Skip to content

Commit 9dff6a5

Browse files
authored
chore: improve tsconfig (#180)
1 parent 8093f3c commit 9dff6a5

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
@@ -3,11 +3,15 @@
33
"noEmit": true,
44
"module": "ESNext",
55
"target": "ESNext",
6-
"moduleResolution": "node",
6+
"moduleResolution": "Bundler",
7+
"moduleDetection": "force",
78
"strict": true,
89
"esModuleInterop": true,
910
"forceConsistentCasingInFileNames": true,
1011
"skipLibCheck": true,
12+
"isolatedModules": true,
13+
"verbatimModuleSyntax": true,
14+
"lib": ["ES2022"],
1115
"paths": {
1216
"@clack/core": ["./packages/core/src"]
1317
}

0 commit comments

Comments
 (0)