node-pt / tsconfig.build.json
bardd's picture
first commit
7b850b7
raw
history blame contribute delete
101 Bytes
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}