mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-18 01:29:09 +00:00
20 lines
324 B
JSON
20 lines
324 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]
|
|
}
|
|
}
|