Kylie Stewart e01e97545b
Update types + add TS tests (#77)
* Update contributing guidelines

* Use tsc's project reference to isolate tests

* Update our timeout call

* Update docs surrounding new scripts

* Remove compiled JS, do not generate on test

* Add eslint-plugin-react

* Run tslint in CI
2020-05-21 09:08:50 -06:00

9 lines
136 B
JSON

{
"compilerOptions": {
"composite": true,
"jsx": "react",
"target": "ES6",
"allowSyntheticDefaultImports": true
}
}