Files
react-slot-fill/tsconfig.test.json
Nathan Smith e0aabc751b Fixes #24 Provider only accepts a single child (#29)
* Provider allows multiple children

* Remove `react-dom` dependency from `Slot.ts`

* Update `react` and `react-dom` devDependencies to align with peerDependencies
* Update `enzyme` to support `react@16`
* Update `react-scripts-ts` and `typescript` to fix "Debug Failure. False expression: Output generation failed" error in `$ npm run test`
* Add `tsconfig.test.json` to support `react-scripts-ts` update. See https://github.com/wmonk/create-react-app-typescript#migration
2017-11-02 21:04:20 -07:00

6 lines
87 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}