git-rest-api/config/tsconfig.build.json

9 строки
206 B
JSON

{
"compilerOptions": {
"rootDir": "../src",
"outDir": "../bin"
},
"extends": "../tsconfig.json",
"exclude": ["node_modules", "bin", "../test", "../src/**/*.test.ts", "../src/**/*.e2e.ts"]
}