Files
firecms/tsconfig.test.json
francesco ff2c8dcc91 - onFirebaseInit callback on the CMSApp called after Firebase initialisation.
Useful for using the local emulator.
- Fixed initial values bug when creating new entities and validation.
- Added `showError` prop to CMSFieldProps
2021-01-02 13:11:09 +01:00

8 lines
126 B
JSON

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