plane/packages/tsconfig/react.json
2023-09-19 13:42:54 +05:30

14 lines
243 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"lib": [
"DOM"
],
"module": "ESNext",
"target": "ES6",
"jsx": "react-jsx"
}
}