mirror of
https://github.com/FormidableLabs/react-fast-compare.git
synced 2025-12-08 20:36:19 +00:00
* 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
15 lines
230 B
JSON
15 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true
|
|
},
|
|
"references": [{ "path": "test/typescript" }],
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
}
|
|
}
|