Files
tiny-webhook/tsconfig.json
Cauê Faleiros c8b24eeaea
All checks were successful
Build and Deploy / build-and-push (push) Successful in 41s
fix: actually upload package.json
2026-04-09 10:36:37 -03:00

14 lines
276 B
JSON

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