Zorn/tsconfig.json

9 lines
97 B
JSON
Raw Normal View History

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