common/tsconfig.json
Sergey Krylov 0c8b853658
Some checks failed
Publish / Publish npm package action (push) Failing after 11s
feat: add rpc exception enum
2026-01-25 11:35:25 +03:00

14 lines
273 B
JSON

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