API-35: Changing tsconfig back

This commit is contained in:
Patrick Müller 2022-01-09 16:18:00 +01:00
parent 831f0ff74c
commit e4528e8f1b
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE

View File

@ -5,8 +5,6 @@
"outDir": "./dist", "outDir": "./dist",
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"inlineSourceMap": true, "inlineSourceMap": true
"experimentalDecorators": true,
"emitDecoratorMetadata": true
} }
} }