Skip to content

Commit

Permalink
fix: use ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Jan 22, 2024
1 parent ed9f7ed commit 33fec7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-typescript-eslint-template",
"description": "",
"version": "0.0.1",
"main": "build/index.js",
"type": "module",
"author": "",
"license": "",
"packageManager": "[email protected]+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "@nihalgonsalves/esconfig",
"compilerOptions": {
"module": "commonjs",
"outDir": "./build",
"rootDir": "./src",
},
Expand Down

0 comments on commit 33fec7d

Please sign in to comment.