Create react-app with typescript and move app to its own sub-folder

This commit is contained in:
Abhas Bhattacharya
2018-03-26 08:04:24 +05:30
commit 6aa2f1f1e7
18 changed files with 10117 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}