diff --git a/test/index.test.ts b/tests/index.test.ts similarity index 100% rename from test/index.test.ts rename to tests/index.test.ts diff --git a/tsconfig.json b/tsconfig.json index 4446f69..87c818e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,6 @@ "isolatedModules": true, "skipDefaultLibCheck": true, "skipLibCheck": true - } + }, + "include": ["src", "tests"] }