Skip to content

Commit b3253c3

Browse files
authored
Merge pull request #76 from team-layer/feature/improve-tsconfig
feat: Improved TypeScript compatibility
2 parents 7bc343e + 57c5286 commit b3253c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lib": ["ES2022", "DOM"],
77
"skipLibCheck": true,
88

9-
"moduleResolution": "node",
9+
"moduleResolution": "bundler",
1010
"moduleDetection": "auto",
1111

1212
/* Linting */
@@ -18,6 +18,7 @@
1818
"noUncheckedSideEffectImports": true,
1919

2020
"declaration": true,
21+
"rootDir": "package",
2122
"outDir": "dist/types"
2223
},
2324
"include": ["package"],

0 commit comments

Comments
 (0)