butterflyvu/tsconfig.json
2024-10-24 21:08:30 -04:00

9 lines
No EOL
97 B
JSON

{
"include": [
"./src",
"index.ts"
],
"compilerOptions": {
"jsx": "react"
}
}