[TS/JS] Upgrade dependencies (#7996)

This commit is contained in:
Björn Harrtell
2023-12-14 01:57:46 +01:00
committed by GitHub
parent 5ba80c24e0
commit 6dfc59dfcc
14 changed files with 364 additions and 335 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"moduleResolution": "Bundler",
"lib": ["ES2020", "DOM"],
"declaration": true,
"outDir": "./mjs",
@@ -12,4 +13,4 @@
"include": [
"ts/**/*.ts"
]
}
}