diff --git a/tsconfig.spec.json b/tsconfig.spec.json new file mode 100644 index 000000000..95af08508 --- /dev/null +++ b/tsconfig.spec.json @@ -0,0 +1,5 @@ +{ + "extends": "./tsconfig.json", + "include": ["integration/**/*", "**/*.spec.ts"], + "exclude": ["node_modules", "dist"] +} \ No newline at end of file