Polestar/tsconfig.json

9 lines
97 B
JSON
Raw Permalink Normal View History

2024-08-15 19:37:11 -05:00
{
"include": [
"./src",
"index.ts"
],
"compilerOptions": {
"jsx": "react"
}
}