passport/tsconfig.build.json
Sergey Krylov 94266dfa8f
All checks were successful
Publish / Publish npm package action (push) Successful in 18s
feat: add passport module
2026-01-31 15:28:03 +03:00

10 lines
184 B
JSON

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