chore: Exclude apps folder from type roots

This commit is contained in:
Faruk AYDIN
2024-01-07 19:38:07 +01:00
parent f0d2f07193
commit 9ffe2c14df

View File

@@ -18,8 +18,7 @@
"typeRoots": [ "typeRoots": [
"node_modules/@types", "node_modules/@types",
"node_modules/@automatisch/types", "node_modules/@automatisch/types",
"./src/types", "./src/types"
"./src/apps"
] ]
}, },
"include": ["src/**/*", "bin/**/*"] "include": ["src/**/*", "bin/**/*"]