fix up tsconfig

This commit is contained in:
Mustafa Gezen 2023-08-24 09:23:02 +02:00
parent 792a0072e2
commit b8db9bef1b

View File

@ -12,12 +12,12 @@
"experimentalDecorators": true,
"importHelpers": true,
"lib": ["es2016", "es2018", "dom"],
"target": "ES2017",
"target": "es2017",
"allowSyntheticDefaultImports": true,
"preserveSymlinks": true,
"esModuleInterop": true,
"baseUrl": ".",
"module": "ES2020",
"module": "es2020",
"paths": {
"*": ["*"],
"bazel-bin/*": ["bazel-bin/*"]