mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-01-12 22:47:25 +08:00
Useful for using the local emulator. - Fixed initial values bug when creating new entities and validation. - Added `showError` prop to CMSFieldProps
8 lines
126 B
JSON
8 lines
126 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|