initial commit

This commit is contained in:
Ken
2019-01-18 10:13:41 -08:00
commit edb892ef42
7 changed files with 5376 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true
}
}