contracts/tsconfig.json
Sergey Krylov 954d352941
All checks were successful
Publish / Publish npm package action (push) Successful in 19s
feat: add proto paths
2026-01-28 06:13:27 +03:00

14 lines
279 B
JSON

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