add e2e tests to tsconfig

This commit is contained in:
Jacob Overgaard
2022-08-04 13:20:26 +02:00
parent 891e151921
commit b35c0d4295

View File

@@ -23,11 +23,12 @@
"skipLibCheck": true
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"e2e/**/*.ts",
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
}