Skip to content

Commit fc2439c

Browse files
committed
build(deps-dev): bump @flex-development/mkbuild from 1.0.0-alpha.9 to 1.0.0-alpha.13
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 1c42979 commit fc2439c

File tree

3 files changed

+51
-267
lines changed

3 files changed

+51
-267
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"@commitlint/cli": "17.4.3",
7272
"@commitlint/config-conventional": "17.4.3",
73-
"@flex-development/mkbuild": "1.0.0-alpha.9",
73+
"@flex-development/mkbuild": "1.0.0-alpha.13",
7474
"@flex-development/mlly": "1.0.0-alpha.11",
7575
"@flex-development/pathe": "1.0.3",
7676
"@flex-development/tsconfig-utils": "1.1.1",
@@ -84,7 +84,6 @@
8484
"@types/conventional-recommended-bump": "6.1.0",
8585
"@types/dateformat": "5.0.0",
8686
"@types/eslint": "8.21.1",
87-
"@types/fs-extra": "11.0.1",
8887
"@types/git-raw-commits": "2.0.1",
8988
"@types/is-ci": "3.0.0",
9089
"@types/node-notifier": "8.0.2",

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"forceConsistentCasingInFileNames": true,
1616
"lib": ["es2020"],
1717
"module": "esnext",
18-
"moduleResolution": "node",
18+
"moduleResolution": "bundler",
1919
"newLine": "lf",
2020
"noEmit": true,
2121
"noErrorTruncation": true,
@@ -36,6 +36,8 @@
3636
"preserveSymlinks": false,
3737
"pretty": true,
3838
"resolveJsonModule": true,
39+
"resolvePackageJsonExports": true,
40+
"resolvePackageJsonImports": true,
3941
"rootDir": ".",
4042
"skipDefaultLibCheck": false,
4143
"skipLibCheck": true,

0 commit comments

Comments
 (0)