plane/packages/tsconfig/react-library.json
2023-09-27 16:00:17 +05:30

13 lines
260 B
JSON

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