mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-04 06:43:30 +02:00
chore(npm): alias so eslint does not break
This commit is contained in:
@@ -37,12 +37,14 @@
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"globals": "^17.4.0",
|
||||
"prettier": "^3.8.3",
|
||||
"typescript": "^7.0.2",
|
||||
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
||||
"@typescript/native": "npm:typescript@^7.0.2",
|
||||
"typescript-eslint": "^8.61.1",
|
||||
"vite": "^8.0.4",
|
||||
"vscode-langservers-extracted": "^4.10.0"
|
||||
},
|
||||
"allowScripts": {
|
||||
"core-js@3.49.0": true
|
||||
}
|
||||
},
|
||||
"_comment": "TS7 aliased side-by-side: typescript->TS6 API for typescript-eslint, @typescript/native->TS7 tsc. Revisit when TS 7.1 API lands (typescript-eslint#10940)."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user