diff --git a/tsconfig.json b/tsconfig.json index 5805528..6f7f7c1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,9 +4,7 @@ "compilerOptions": { "module": "commonjs" }, - "include": [ - "test/**/*" - ] + "include": ["test/**/*"] }, "compilerOptions": { "rootDir": "src", @@ -28,5 +26,5 @@ "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true }, - "exclude": ["test", "examples", "dist"] -} \ No newline at end of file + "exclude": ["tests", "examples", "dist"] +}