anastasis-core: tsconfig

This commit is contained in:
Florian Dold 2023-07-03 16:34:43 +02:00 committed by Iván Ávalos
parent e0f32dc899
commit 72a0da7bbe
No known key found for this signature in database
GPG Key ID: AC47C0E4F348CE33

View File

@ -2,11 +2,11 @@
"compileOnSave": true,
"compilerOptions": {
"composite": true,
"target": "ES2018",
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Node16",
"sourceMap": true,
"lib": ["es6"],
"lib": ["ES2020"],
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strict": true,