Midday / packages /tsconfig /react-library.json
Jules
Final deployment with all fixes and verified content
c09f67c
Raw
History Blame Contribute Delete
166 Bytes
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}