mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"eslint.packageManager": "yarn",
|
|
// "eslint.validate": [
|
|
// "javascript",
|
|
// "javascriptreact",
|
|
// "typescript",
|
|
// "typescriptreact"
|
|
// ],
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
} |