2024-02-12 15:38:11 +02:00
|
|
|
{
|
2025-02-02 23:33:15 +02:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
|
"javascript.preferences.quoteStyle": "single",
|
|
|
|
|
"typescript.preferences.quoteStyle": "single",
|
|
|
|
|
"javascript.format.semicolons": "remove",
|
|
|
|
|
"typescript.format.semicolons": "remove"
|
2024-02-12 15:38:11 +02:00
|
|
|
}
|