Files
vitrify-me/packages/typescript-config/react-library.json
2025-08-25 22:24:01 +04:00

8 lines
136 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}