feat: use ESM instead of commonjs (#9870)

This commit is contained in:
Zoltan Kochan authored and GitHub committed 2025-08-25 10:02:00 +02:00
1 parent 27cbc09206
commit 491a84fb26
634 files changed
+2286 -1749

No files matched your search

+3 -2
View File
@@ -2,8 +2,9 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "../test.lib",
"rootDir": "."
"outDir": "../node_modules/.test.lib",
"rootDir": "..",
"isolatedModules": true
},
"include": [
"**/*.ts",