Skip to content

Commit

Permalink
TypeScript 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Mar 18, 2023
1 parent b75557d commit fdf9ac7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -60,7 +60,7 @@
},
"runScriptsConfig": {
"build": [
"rimraf build dist spec/fixtures/target **/.DS_Store",
"rimraf build dist spec/fixtures/target",
"jshint . --exclude-path .gitignore",
"eslint --max-warnings 0 . --ext .ts",
"tsc",
Expand All @@ -81,17 +81,17 @@
},
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~18.14",
"@typescript-eslint/eslint-plugin": "~5.54",
"@typescript-eslint/parser": "~5.54",
"@types/node": "~18.15",
"@typescript-eslint/eslint-plugin": "~5.55",
"@typescript-eslint/parser": "~5.55",
"add-dist-header": "~1.0",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~1.0",
"eslint": "~8.35",
"eslint": "~8.36",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "3",
"rimraf": "~4.4",
"run-scripts-util": "~1.0",
"typescript": "~4.9"
"typescript": "~5.0"
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Expand Up @@ -18,7 +18,6 @@
"noImplicitThis": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"removeComments": true,
"suppressImplicitAnyIndexErrors": true
"removeComments": true
}
}

0 comments on commit fdf9ac7

Please sign in to comment.