Init with create-react-app-typescript

This commit is contained in:
2018-04-06 22:02:18 +05:30
commit a76906b741
17 changed files with 10131 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}