Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicho committed Feb 26, 2024
1 parent 7f5ac72 commit 36b1a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
@@ -1,5 +1,6 @@
package.json
package-lock.json
tsconfig.json
/.nyc_output
/coverage
/tests/browserify-public/browserify-bundle.js
4 changes: 2 additions & 2 deletions types/tsconfig.json
Expand Up @@ -6,6 +6,6 @@
"noEmit": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": { "nock": ["."] },
},
"paths": { "nock": ["."] }
}
}

0 comments on commit 36b1a11

Please sign in to comment.