chore: update tsconfig to not truncate error

This commit is contained in:
Methapon Metanipat 2024-10-16 15:54:51 +07:00
parent 38ed23022f
commit 4835b22294

View file

@ -13,7 +13,8 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"skipLibCheck": true
"skipLibCheck": true,
"noErrorTruncation": true
},
"include": ["src/**/*.ts"]
}