fenghuo/packages/typescript-config/react-library.json

9 lines
167 B
JSON
Raw Normal View History

2025-02-18 15:35:03 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx",
}
}