Working on adding comment api

This commit is contained in:
Matt Bierner
2018-04-03 18:00:28 -07:00
parent b4195abe06
commit 094a469d51
65 changed files with 2031 additions and 29 deletions

View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"noUnusedLocals": true,
"lib": [
"es6"
],
"sourceMap": true,
"rootDir": "./src",
"jsx": "react"
},
"exclude": [
"node_modules",
".vscode-test"
]
}