diff --git a/tsconfig.json b/tsconfig.json index f4f7131..8460e85 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ } }, "include": ["**/*.ts"], - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "test/import-test"] }