Skip to content

Commit

Permalink
build(deps-dev): bump @flex-development/mkbuild from 1.0.0-alpha.9 to…
Browse files Browse the repository at this point in the history
… 1.0.0-alpha.13

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Feb 19, 2023
1 parent ab0695c commit 6f6257f
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 253 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.3",
"@flex-development/mkbuild": "1.0.0-alpha.9",
"@flex-development/mkbuild": "1.0.0-alpha.13",
"@flex-development/mlly": "1.0.0-alpha.11",
"@flex-development/pathe": "1.0.3",
"@flex-development/tsconfig-utils": "1.1.1",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"forceConsistentCasingInFileNames": true,
"lib": ["es2020"],
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"newLine": "lf",
"noEmit": true,
"noErrorTruncation": true,
Expand All @@ -35,6 +35,8 @@
"preserveSymlinks": false,
"pretty": true,
"resolveJsonModule": true,
"resolvePackageJsonExports": true,
"resolvePackageJsonImports": true,
"rootDir": ".",
"skipDefaultLibCheck": false,
"skipLibCheck": true,
Expand Down
Loading

0 comments on commit 6f6257f

Please sign in to comment.