Commit b5c1519
committed
feat(esm): Update tsconfig.json for ES2022 modules
Updated TypeScript configuration to support ESM:
- Changed module from 'commonjs' to 'ES2022'
- Changed target from 'es2018' to 'ES2022'
- Added moduleResolution: 'node16' for proper ESM resolution
This resolves TypeScript errors related to import.meta.url and ESM imports.1 parent 62a9464 commit b5c1519
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments