mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"editor.tabSize": 2,
|
|
"npm.packageManager": "npm",
|
|
"eslint.useFlatConfig": false,
|
|
"files.associations": {
|
|
"slow": "ini",
|
|
"skip": "ini",
|
|
"features": "ini",
|
|
"failed": "ini"
|
|
},
|
|
}
|