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

10 lines
184 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"outDir": "dist",
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "test"]
}