Simplify and fix TypeScript compilation output (#7815)

* Simplify and fix TypeScript compilation output

* Revert deps upgrade
This commit is contained in:
Björn Harrtell
2023-02-06 22:10:20 +01:00
committed by GitHub
parent f3a3f45159
commit 85aee1f5c3
5 changed files with 8 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"target": "es2020",
"module": "es2020",
"lib": ["ES2020", "DOM"],
"declaration": true,
"outDir": "./mjs",