Evo.External.App/packages/tsconfig/react-library.json
2023-11-28 12:39:06 +03:00

9 lines
166 B
JSON

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