mirror of
https://github.com/FormidableLabs/react-fast-compare.git
synced 2026-01-18 16:13:59 +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
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "react",
|
|
"target": "ES6",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|