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 8093f3c commit 9dff6a5Copy full SHA for 9dff6a5
tsconfig.json
@@ -3,11 +3,15 @@
3
"noEmit": true,
4
"module": "ESNext",
5
"target": "ESNext",
6
- "moduleResolution": "node",
+ "moduleResolution": "Bundler",
7
+ "moduleDetection": "force",
8
"strict": true,
9
"esModuleInterop": true,
10
"forceConsistentCasingInFileNames": true,
11
"skipLibCheck": true,
12
+ "isolatedModules": true,
13
+ "verbatimModuleSyntax": true,
14
+ "lib": ["ES2022"],
15
"paths": {
16
"@clack/core": ["./packages/core/src"]
17
}
0 commit comments