Zorn/tsconfig.json
2024-08-16 16:20:41 -04:00

9 lines
No EOL
97 B
JSON

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