change to biome

This commit is contained in:
2024-10-29 17:26:09 +07:00
parent 3c5b09ed5d
commit 3b23d9e0b7
11 changed files with 455 additions and 144 deletions

36
.vscode/launch.json vendored
View File

@@ -1,21 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"runtimeExecutable": "C:\\Users\\AliensVN\\AppData\\Roaming\\fnm\\node-versions\\v20.17.0\\installation\\node.exe",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"runtimeExecutable": "C:\\Users\\AliensVN\\AppData\\Roaming\\fnm\\node-versions\\v20.17.0\\installation\\node.exe",
"skipFiles": ["<node_internals>/**"],
"program": "${file}",
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}

View File

@@ -1,5 +1,5 @@
{
"dependi.npm.lockFileEnabled": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
"compile-hero.disable-compile-files-on-did-save-code": true
}
"dependi.npm.lockFileEnabled": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
"compile-hero.disable-compile-files-on-did-save-code": true
}