Skip to content

Commit

Permalink
Merge pull request #783 from golemfactory/dependabot/npm_and_yarn/bet…
Browse files Browse the repository at this point in the history
…a/dev-deps-regular-e0c48ba472

build(deps-dev): bump the dev-deps-regular group with 10 updates
  • Loading branch information
grisha87 authored Jan 29, 2024
2 parents b7f267b + a599894 commit db59802
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 239 deletions.
6 changes: 3 additions & 3 deletions examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"declaration": true,
"lib": ["es2015", "es2016", "es2017", "es2018", "esnext", "dom"],
"outDir": "dist",
"typeRoots": ["node_modules/@types"]
"typeRoots": ["node_modules/@types"],
},
"exclude": ["dist", "node_modules"],
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node"
}
"experimentalSpecifierResolution": "node",
},
}
Loading

0 comments on commit db59802

Please sign in to comment.