Switch to use nodenext module resolution

This better enforces that imports end with a file extension and also use relative paths
This commit is contained in:
Matt Bierner
2024-12-19 12:03:31 -08:00
parent 5e26b3d7c3
commit fca5600bbd
7 changed files with 13 additions and 12 deletions

9
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"v8-inspect-profiler": "^0.1.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "9.1.0",
"vscode-textmate": "9.2.0",
"yauzl": "^3.0.0",
"yazl": "^2.4.3"
},
@@ -18248,9 +18248,10 @@
}
},
"node_modules/vscode-textmate": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.1.0.tgz",
"integrity": "sha512-lxKSVp2DkFOx9RDAvpiYUrB9/KT1fAfi1aE8CBGstP8N7rLF+Seifj8kDA198X0mYj1CjQUC+81+nQf8CO0nVA=="
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.2.0.tgz",
"integrity": "sha512-rkvG4SraZQaPSN/5XjwKswdU0OP9MF28QjrYzUBbhb8QyG3ljB1Ky996m++jiI7KdiAP2CkBiQZd9pqEDTClqA==",
"license": "MIT"
},
"node_modules/vscode-uri": {
"version": "3.0.8",