Zorn/tsconfig.json
Korbs 59e871a96f 🚀 Init
2024-08-16 16:20:41 -04:00

9 lines
No EOL
97 B
JSON

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