Skip to content

Commit

Permalink
all: remove @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Oct 14, 2024
1 parent c36a27f commit 24bbec1
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 1,958 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// @generated by expo-module-scripts
module.exports = require('expo-module-scripts/eslintrc.base.js');
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@types/jest": "^27.0.2",
"@types/node": "^22.7.5",
"@types/react": "^17.0.33",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
Expand All @@ -50,7 +49,7 @@
"globals": "^15.8.0",
"jest": "^27.3.1",
"prettier": "^3.3.3",
"react-native": "^0.66.1",
"react-native": "^0.73.0",
"ts-jest": "^27.0.7",
"typedoc": "^0.26.4",
"typescript": "^5.5.3"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"sourceMap": true,
"rootDir": "./src",
"outDir": "./dist",
"lib": ["es2016", "dom"],
"types": ["jest", "node"]
"lib": ["es2016"],
"types": ["jest"]
},
"exclude": [
"node_modules",
Expand Down
Loading

0 comments on commit 24bbec1

Please sign in to comment.