Zorn/tsconfig.json

9 lines
97 B
JSON
Raw Normal View History

2024-08-16 15:20:41 -05:00
{
"include": [
"./src",
"index.ts"
],
"compilerOptions": {
"jsx": "react"
}
}