Files
DentalManagementE/packages/typescript-config/react-library.json
2025-05-08 21:27:29 +05:30

8 lines
136 B
JSON

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