Adapted v10.0.0 to starter-kit branch

This commit is contained in:
Sergio 2023-04-20 13:29:06 +02:00
parent fcc23ffd51
commit 03f2c1d353
413 changed files with 19202 additions and 38940 deletions

View file

@ -1,4 +1,7 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": false
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false
}