adding some skeleton to the todo app

This commit is contained in:
Ken
2019-01-23 11:14:49 -08:00
parent 1c5b6cc9a7
commit 8b0a0f7569
14 changed files with 569 additions and 8 deletions

View File

@@ -2,7 +2,9 @@
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"target": "es5",
"jsx": "react",
"allowJs": true