Files
contracts/tsconfig.json
lendry 964fd07808
Some checks failed
Publish NPM Package / Publish Job (push) Failing after 1m39s
add typescript and go generate
2026-05-21 22:35:38 +03:00

12 lines
232 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2024",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": false
}
}