test / tsconfig.build.json
pranay143342's picture
Training in progress, epoch 1
36c9740 verified
raw
history blame contribute delete
101 Bytes
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}