Init repo with create-react-app-typescript

This commit is contained in:
2018-03-09 08:42:53 +05:30
commit 1a417ad5ef
13 changed files with 9085 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}