Skip to content

Commit

Permalink
update @lume/cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 2, 2024
1 parent cdb652d commit 3880311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"solid-js": "^1.0.0"
},
"devDependencies": {
"@lume/cli": "^0.13.0",
"@lume/cli": "^1.14.0",
"@types/react": "^17.0.0",
"ncp": "^2.0.0",
"prettier": "3.0.3",
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "./node_modules/@lume/cli/config/ts.config.json",
"compilerOptions": {
"noUncheckedIndexedAccess": true, // TODO move to lume/cli
"noImplicitOverride": true, // TODO move to lume/cli
"types": ["mocha"]
}
}

0 comments on commit 3880311

Please sign in to comment.