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 -6
View File
@@ -8,10 +8,7 @@
"sourceMap": true,
"allowJs": true,
"jsx": "react",
"rootDir": "src",
"paths": {
"@dotstats/common": [ "../common/src" ]
}
"rootDir": "src"
},
"exclude": [
"node_modules",
@@ -24,7 +21,6 @@
],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"../common/src/**/*.ts"
"src/**/*.tsx"
]
}