betterNAS/packages/typescript-config/react-library.json
2026-04-01 03:45:34 +00:00

7 lines
136 B
JSON

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