revert: tsconfig change

This commit is contained in:
Igor Randjelovic
2023-05-12 21:07:56 +02:00
parent d2a502e2f3
commit 1387433f36

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"rootDir": ".",
"target": "ES2020",
"module": "ES6",
"module": "esnext",
"sourceMap": true,
"declaration": true,
"moduleResolution": "node",