Skip to content

Commit

Permalink
fix: remove fix-tsc-es-imports dependency and pre launch task
Browse files Browse the repository at this point in the history
  • Loading branch information
m31coding committed Nov 20, 2024
1 parent 2656016 commit ca4e994
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 146 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/dist/basic-usage.js",
"outFiles": ["${workspaceFolder}/**/*.js"],
"preLaunchTask": "Fix ES Imports"
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}
14 changes: 0 additions & 14 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@
"isDefault": true
},
"label": "tsc: watch - tsconfig.json"
},
{
"label": "Fix ES Imports",
"type": "shell",
"command": "npx",
"args": ["fix-tsc-es-imports", "-y"],
"options": {
"cwd": "${workspaceFolder}"
},
"presentation": {
"reveal": "silent",
"panel": "shared"
},
"problemMatcher": []
}
]
}
129 changes: 0 additions & 129 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"file-saver": "^2.0.5",
"fix-tsc-es-imports": "^0.1.6",
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"prettier": "^3.1.1",
Expand Down

0 comments on commit ca4e994

Please sign in to comment.