Skip to content

Commit

Permalink
πŸ”„ synced local 'tsconfig.json' with remote 'tsconfig.json'
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-github-action-bot committed Sep 5, 2024
1 parent c5588a8 commit 255001d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"target": "es6",
"strictNullChecks": true,
"skipLibCheck": true,
"types": ["node", "jest"],
"types": ["node"],
"allowJs": true,
"esModuleInterop": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "**/*.test.ts"]
}

0 comments on commit 255001d

Please sign in to comment.