Polestar/tsconfig.json

9 lines
97 B
JSON
Raw Normal View History

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