added basic map

This commit is contained in:
Janis Meister
2022-01-12 12:30:31 +01:00
parent e6f3a86aeb
commit d46550da9b
5 changed files with 50 additions and 7 deletions

View File

@@ -11,6 +11,8 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strictPropertyInitialization": false,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,