Skip to content

Commit

Permalink
Merge dependabot/npm_and_yarn/prettier-3.2.5 into combine-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
textileio-machine authored Feb 6, 2024
2 parents 20fed29 + f969caa commit 0ac7aff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"sourceMap": true,
"outDir": "./dist/esm/",
"types": ["node", "mocha"],
"lib": ["ES6", "DOM"],
"lib": ["ES6", "DOM"]
},
"include": [
"src/**/*.ts",
"src/**/*.ts"
// "test/setupTest.ts"
],
"exclude": ["node_modules", "**/*.test.ts"],
"exclude": ["node_modules", "**/*.test.ts"]
}

0 comments on commit 0ac7aff

Please sign in to comment.