Refactoring

This commit is contained in:
Rachel Macfarlane
2018-05-18 10:45:41 -07:00
parent 9acfd66aa0
commit 062084c069
5 changed files with 86 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"outDir": "./dist/",
"module": "commonjs",
"target": "es6",
"jsx": "react",
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"noUnusedLocals": true
}
}