Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
{
|
|
"editor.insertSpaces": true,
|
|
"files.exclude": {
|
|
"node_modules": true,
|
|
"out": true
|
|
},
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.exclude": {
|
|
"node_modules": true,
|
|
"out": true
|
|
},
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
|
|
}
|