🚀 Init

This commit is contained in:
Korbs 2024-08-16 16:20:41 -04:00
parent 9fd0228a37
commit 59e871a96f
16 changed files with 818 additions and 0 deletions

9
tsconfig.json Normal file
View file

@ -0,0 +1,9 @@
{
"include": [
"./src",
"index.ts"
],
"compilerOptions": {
"jsx": "react"
}
}