node-pt / tsconfig.build.json
Abdul Rehman
first commit
ae1ae66
raw
history blame
97 Bytes
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}