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 2cff58b commit 4db3106Copy full SHA for 4db3106
tsconfig.cjs.json
@@ -1,6 +1,6 @@
1
{
2
"compilerOptions": {
3
- "moduleResolution": "node", // Add this line
+ "moduleResolution": "node",
4
"target": "ES6",
5
"module": "CommonJS", // For CJS
6
"strict": true,
@@ -9,5 +9,5 @@
9
"declaration": true,
10
"declarationMap": true
11
},
12
- "include": ["src/**/*", "src/utils/**/*"] // Add this line
+ "include": ["src/**/*"]
13
}
tsconfig.esm.json
0 commit comments