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