mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-17 17:28:09 +00:00
21 lines
304 B
JSON
21 lines
304 B
JSON
{
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"npm.packageManager": "yarn",
|
|
"cSpell.words": [
|
|
"massarg",
|
|
"myname",
|
|
"nobrace",
|
|
"nocomment",
|
|
"nodir",
|
|
"noext",
|
|
"nonegate",
|
|
"subdir"
|
|
],
|
|
"[markdown]": {
|
|
"editor.rulers": [
|
|
87,
|
|
100
|
|
],
|
|
},
|
|
}
|