diff --git a/tsconfig.json b/tsconfig.json index ebd05db..f2117bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "exclude": ["test"], + "exclude": ["test", "dist"], "compilerOptions": { "rootDir": "./src", "outDir": "./dist",