node-ldap/tsconfig.build.json

6 lines
101 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules",
"test", "dist", "**/*spec.ts"]
}