Skip to content

Commit

Permalink
chore: Remove anything nodejs-related
Browse files Browse the repository at this point in the history
... except for ts-node which is required by Jest to read Typescript
configuration files.
  • Loading branch information
ribose-jeffreylau committed Aug 18, 2023
1 parent f948d23 commit 732e5e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 64 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"name": "Ribose Inc.",
"email": "open.source@ribose.com"
},
"node": ">=14.16",
"src_dir": "src",
"dist_dir": "dist",
"scripts": {
Expand Down Expand Up @@ -80,14 +79,12 @@
"@swc/helpers": "^0.5.1",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"concurrently": "^8.0.1",
"eslint": "^8.40.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-check": "^3.8.2",
Expand Down
56 changes: 1 addition & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,5 @@
// Transform paths in output .d.ts files (Include this line if you output declarations files)
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"ts-node": {
"swc": true,
"compilerOptions": {
"module": "CommonJS"
}
}
}

0 comments on commit 732e5e1

Please sign in to comment.