koperasi/services/smartcontract/tsconfig.json

12 lines
232 B
JSON
Raw Permalink Normal View History

2025-08-08 07:12:40 +00:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}