augmenttoolkit / node_modules /@nestjs /common /tsconfig.build.json
Leon4gr45's picture
Include updated package-lock.json (part 10)
cfbbc1a verified
Raw
History Blame Contribute Delete
210 Bytes
{
"extends": "../tsconfig.build.json",
"compilerOptions": {
"outDir": ".",
"rootDir": ".",
"paths": {}
},
"exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
"references": []
}