diff --git a/__tests__/tsconfig.json b/__tests__/tsconfig.json index bf340ef..64006c5 100644 --- a/__tests__/tsconfig.json +++ b/__tests__/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "module": "es6", "moduleResolution": "node", - "strict": false, + "strict": false }, - "include": ["../src/**/*", "*.ts", "**/*"], + "include": ["../src/**/*", "*.ts", "**/*"] } diff --git a/tsconfig.json b/tsconfig.json index dd9c0a3..4dbad96 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "lib": ["es2020"], "outDir": "./dist", "resolveJsonModule": true, - "strict": true, + "strict": true }, - "include": ["./src/**/*", "global.d.ts"], + "include": ["./src/**/*", "global.d.ts"] }