fix
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m29s

This commit is contained in:
Warunee Tamkoo 2026-02-26 22:10:33 +07:00
parent f1f4717b5b
commit 693afddc22

View file

@ -13,6 +13,11 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"exclude": [
"src/__tests__/**",
"**/*.spec.ts",
"**/*.test.ts"
]
}