PBL6-informative-system / backend /tsconfig.build.json
Trần Viết Sơn
initialize backend
88f437e
raw
history blame
97 Bytes
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}