diff --git a/tsconfig.json b/tsconfig.json index a0ac6fd..e1334ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,16 @@ { - "compilerOptions": { - "target": "es5", - "module": "commonjs", - "outDir": "./dist", - "rootDir": "./src", - "strict": true, - "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, - "sourceMap": true - } - } \ No newline at end of file + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "outDir": "./dist", + "rootDir": "./src", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "sourceMap": true + }, + "exclude": [ + "tests", + ] +} \ No newline at end of file