initial commit
This commit is contained in:
17
packages/db/tsconfig.build.json
Normal file
17
packages/db/tsconfig.build.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": ".",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": false
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"types/**/*.ts",
|
||||
"usedSchemas/**/*.ts",
|
||||
"shared/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "generated", "prisma"]
|
||||
}
|
||||
Reference in New Issue
Block a user