chore: revert tsconfig.spec.json file

This commit is contained in:
Kamil Myśliwiec
2022-11-07 16:02:31 +01:00
parent 6f738e260a
commit 58372eaabd

5
tsconfig.spec.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["integration/**/*", "**/*.spec.ts"],
"exclude": ["node_modules", "dist"]
}