1 parent 8c9e912 commit bac3cdfCopy full SHA for bac3cdf
1 file changed
tsconfig.json
@@ -3,14 +3,13 @@
3
"rootDir": "src",
4
"outDir": "lib",
5
"target": "es2022",
6
- "module": "commonjs",
7
"declaration": true,
8
"composite": true,
9
"incremental": true,
10
"skipLibCheck": true,
11
"esModuleInterop": true,
12
"emitDeclarationOnly": true,
13
- "moduleResolution": "node",
+ "moduleResolution": "Bundler",
14
"jsx": "react-jsx",
15
"jsxImportSource": "@satorijs/element",
16
"types": ["node", "yml-register/types"]
0 commit comments