Skip to content

Commit bac3cdf

Browse files
committed
chore: use bundler
1 parent 8c9e912 commit bac3cdf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"rootDir": "src",
44
"outDir": "lib",
55
"target": "es2022",
6-
"module": "commonjs",
76
"declaration": true,
87
"composite": true,
98
"incremental": true,
109
"skipLibCheck": true,
1110
"esModuleInterop": true,
1211
"emitDeclarationOnly": true,
13-
"moduleResolution": "node",
12+
"moduleResolution": "Bundler",
1413
"jsx": "react-jsx",
1514
"jsxImportSource": "@satorijs/element",
1615
"types": ["node", "yml-register/types"]

0 commit comments

Comments
 (0)