Update copilot guidelines to reflect NPM/Vite/TypeScript migration

Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-18 16:24:04 +00:00
parent b940f71257
commit b3dd065c0e
2 changed files with 62 additions and 32 deletions

5
package-lock.json generated
View file

@ -20,6 +20,9 @@
"@types/polylabel": "^1.1.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"engines": {
"node": ">=24.0.0"
}
},
"node_modules/@esbuild/aix-ppc64": {
@ -1458,7 +1461,6 @@
"resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz",
"integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
"license": "ISC",
"peer": true,
"engines": {
"node": ">=12"
}
@ -1680,7 +1682,6 @@
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
"peer": true,
"engines": {
"node": ">=12"
},