feat: moving project to git

This commit is contained in:
Lucas Oskorep
2026-06-29 21:11:39 -04:00
commit 2c0a09efb0
19 changed files with 3255 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"sourceMap": false,
"strict": true,
"target": "ES2022",
"lib": [
"ES2022"
],
"skipLibCheck": true
},
"include": [
"ambient.d.ts",
"src/**/*.ts"
],
"exclude": [
"node_modules",
"dist"
]
}