Frontend stuff

This commit is contained in:
maciejhirsz
2018-07-02 16:07:16 +02:00
parent fe2419e54b
commit 1eea35b7ce
204 changed files with 659 additions and 227 deletions
+2 -4
View File
@@ -6,6 +6,7 @@
"outDir": "build",
"sourceMap": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"noEmitOnError": false,
"pretty": true,
"forceConsistentCasingInFileNames": true,
@@ -14,10 +15,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"paths": {
"@dotstats/common": [ "packages/common/src" ]
}
"suppressImplicitAnyIndexErrors": true
},
"typeRoots": [
"./node_modules/@types"