rsswx / apps /server /tsconfig.build.json
xmarstt's picture
Upload 91 files
c349309 verified
raw
history blame contribute delete
97 Bytes
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}