fix: actually upload package.json
All checks were successful
Build and Deploy / build-and-push (push) Successful in 41s

This commit is contained in:
Cauê Faleiros
2026-04-09 10:36:37 -03:00
parent 6e7d266a72
commit c8b24eeaea
4 changed files with 1684 additions and 4 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}