Skip to content

Commit

Permalink
feat: enhanced tsconfig loading behavior (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 8, 2023
1 parent c4c4eb6 commit c6bb06e
Show file tree
Hide file tree
Showing 13 changed files with 389 additions and 71 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"type": "module",
"files": [
"dist"
],
Expand Down Expand Up @@ -48,8 +49,7 @@
},
"dependencies": {
"esbuild": "^0.16.17",
"joycon": "^3.0.1",
"json5": "^2.2.0",
"get-tsconfig": "^4.3.0",
"loader-utils": "^2.0.0",
"tapable": "^2.2.0",
"webpack-sources": "^1.4.3"
Expand All @@ -64,13 +64,16 @@
"clean-pkg-json": "^1.2.0",
"css-loader": "^5.2.7",
"eslint": "^8.31.0",
"execa": "^6.1.0",
"fs-fixture": "^1.2.0",
"manten": "^0.6.0",
"memfs": "^3.4.13",
"mini-css-extract-plugin": "^1.6.2",
"pkgroll": "^1.8.0",
"tsx": "^3.12.2",
"typescript": "^4.9.4",
"webpack": "^4.44.2",
"webpack-cli": "^4.10.0",
"webpack-test-utils": "^2.1.0",
"webpack5": "npm:webpack@^5.0.0"
},
Expand Down

0 comments on commit c6bb06e

Please sign in to comment.