Merge branch 'fix/tsconfig' into develop

This commit is contained in:
David Mehren 2021-03-05 17:16:51 +01:00
commit 6dd60d545b
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -10,6 +10,10 @@
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true
"incremental": true,
"typeRoots": [
"./types",
"./node_modules/@types"
]
}
}