mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-01-12 17:43:10 +08:00
* 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
6 lines
87 B
JSON
6 lines
87 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
}
|
|
} |