Skip to content

Commit 68104d8

Browse files
authored
Merge pull request #85 from ether/fix/babel-type-only-imports
fix: use plain imports for microbundle compat
2 parents c9db6ec + ce46263 commit 68104d8

3 files changed

Lines changed: 49 additions & 17 deletions

File tree

package-lock.json

Lines changed: 44 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"ajv": "^8.18.0",
5151
"mariadb": "^3.5.2"
5252
},
53+
"overrides": {
54+
"picomatch": "2.3.1"
55+
},
5356
"funding": {
5457
"type": "individual",
5558
"url": "https://etherpad.org/"

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"declaration": true,
44
"esModuleInterop": true,
55
"forceConsistentCasingInFileNames": true,
6+
"ignoreDeprecations": "6.0",
67
"module": "ESNext",
78
"moduleResolution": "node",
89
"outDir": "./dist",
10+
"rootDir": "./src",
911
"strict": true,
1012
"target": "ESNext"
1113
},

0 commit comments

Comments
 (0)