Chrome apps tsconfig: Fix base url

This commit is contained in:
Nikolai Ommundsen
2018-05-28 09:27:30 +02:00
parent 6a46246d9e
commit 63e7ea1e86

View File

@@ -9,7 +9,7 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": ".",
"baseUrl": "../",
"typeRoots": [
"../"
],