1
0
mirror of https://github.com/lensapp/lens.git synced 2024-08-16 12:50:22 +03:00
lens/.vscode/settings.json
Sebastian Malton f8ac072df9 chore: fix some packages required prepare scripts
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-14 14:42:00 -04:00

9 lines
126 B
JSON

{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"typescript.tsdk": "node_modules/typescript/lib"
}