Skip to content

Commit

Permalink
fix: make the IMinimatch error go away
Browse files Browse the repository at this point in the history
  • Loading branch information
florianstancioiu committed Apr 11, 2024
1 parent 98857f9 commit 21241e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Expand Up @@ -3,9 +3,10 @@
"allowSyntheticDefaultImports": true,
"noEmit": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"strict": true,
"target": "esnext",
"allowJs": true
"allowJs": true,
"types": ["node", "mocha"]
}
}

0 comments on commit 21241e2

Please sign in to comment.