contracts/tsconfig.build.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

10 lines
184 B
JSON

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