Skip to content

Commit ca4e994

Browse files
committed
fix: remove fix-tsc-es-imports dependency and pre launch task
1 parent 2656016 commit ca4e994

File tree

4 files changed

+1
-146
lines changed

4 files changed

+1
-146
lines changed

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"name": "Launch Program",
88
"skipFiles": ["<node_internals>/**"],
99
"program": "${workspaceFolder}/dist/basic-usage.js",
10-
"outFiles": ["${workspaceFolder}/**/*.js"],
11-
"preLaunchTask": "Fix ES Imports"
10+
"outFiles": ["${workspaceFolder}/**/*.js"]
1211
}
1312
]
1413
}

.vscode/tasks.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@
1111
"isDefault": true
1212
},
1313
"label": "tsc: watch - tsconfig.json"
14-
},
15-
{
16-
"label": "Fix ES Imports",
17-
"type": "shell",
18-
"command": "npx",
19-
"args": ["fix-tsc-es-imports", "-y"],
20-
"options": {
21-
"cwd": "${workspaceFolder}"
22-
},
23-
"presentation": {
24-
"reveal": "silent",
25-
"panel": "shared"
26-
},
27-
"problemMatcher": []
2814
}
2915
]
3016
}

package-lock.json

Lines changed: 0 additions & 129 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@typescript-eslint/parser": "^6.19.1",
6363
"eslint": "^8.56.0",
6464
"file-saver": "^2.0.5",
65-
"fix-tsc-es-imports": "^0.1.6",
6665
"jest": "^29.7.0",
6766
"microbundle": "^0.15.1",
6867
"prettier": "^3.1.1",

0 commit comments

Comments
 (0)