mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-13 17:25:44 +08:00
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"jsx": "react-jsx",
|
|
"allowJs": true
|
|
}
|
|
}
|