feat: use ESM instead of commonjs (#9870)
This commit is contained in:
1 parent
27cbc09206
commit
491a84fb26
634 files changed
+2286
-1749
No files matched your search
@@ -2,8 +2,9 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"outDir": "../test.lib",
|
||||
"rootDir": "."
|
||||
"outDir": "../node_modules/.test.lib",
|
||||
"rootDir": "..",
|
||||
"isolatedModules": true
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
|
||||
Reference in new issue
Block a user