1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-23 07:43:55 +00:00
butterflyvu/tsconfig.json
2024-10-24 21:08:30 -04:00

9 lines
97 B
JSON

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