ngx-admin/.vscode/settings.json
2023-04-20 13:29:06 +02:00

7 lines
174 B
JSON

{
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false
}