Skip to content

Commit

Permalink
chore: 🤖 linter and typechecker adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Jun 29, 2024
1 parent 4933ebd commit 91102a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"strict": true,
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"isolatedModules": true,
"isolatedModules": false,
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules", "build", "dist", "rollup.config.mjs", "__tests__"]
"include": ["src", "__tests__"],
"exclude": ["node_modules", "build", "dist", "rollup.config.mjs"]
}

0 comments on commit 91102a6

Please sign in to comment.