swapped step2-01 to TS focused, and moved onto latest OUFR to take stack from there

This commit is contained in:
Ken
2019-02-15 12:55:21 -08:00
parent c1cac333d8
commit 8e353543d4
28 changed files with 142 additions and 461 deletions

View File

@@ -9,6 +9,8 @@
"jsx": "react",
"allowJs": true,
"lib": ["es2015", "dom"],
"skipLibCheck": true
}
"skipLibCheck": true,
"skipDefaultLibCheck": true
},
"exclude": ["node_modules"]
}