Files
contracts/tsconfig.json
2026-03-25 16:06:35 +03:00

12 lines
216 B
JSON

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