chore: Remove types folder of the backend package

This commit is contained in:
Faruk AYDIN
2024-01-08 15:53:41 +01:00
parent 9cddef9108
commit 8983a3c581
11 changed files with 2 additions and 95 deletions

View File

@@ -10,16 +10,12 @@
"noImplicitAny": false,
"outDir": "dist",
"paths": {
"*": ["../../node_modules/*", "node_modules/*", "src/types/*"]
"*": ["../../node_modules/*", "node_modules/*"]
},
"skipLibCheck": true,
"sourceMap": true,
"target": "es2021",
"typeRoots": [
"node_modules/@types",
"node_modules/@automatisch/types",
"./src/types"
]
"typeRoots": ["node_modules/@types", "node_modules/@automatisch/types"]
},
"include": ["src/**/*", "bin/**/*"]
}