Files
contracts/tsconfig.json
lendry 985fefa12e
All checks were successful
Publish NPM Package / Publish Job (push) Successful in 1m41s
fix paths
2026-05-21 22:44:32 +03:00

13 lines
255 B
JSON

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