refactor: 💡 Removed exclude

This commit is contained in:
Viktor Sarström 2021-12-01 11:20:02 +01:00
parent 0ba4d355b8
commit 0a30145a33
1 changed files with 1 additions and 7 deletions

View File

@ -25,12 +25,6 @@
],
"@skolplattformen/curriculum": ["libs/curriculum/src/index.ts"],
"@skolplattformen/hooks": ["libs/hooks/src/index.ts"]
},
"exclude": [
"node_modules",
"**/__tests__/*",
"**/__mocks__/*",
"**/*.test.ts"
]
}
}
}