mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
9 lines
229 B
JSON
9 lines
229 B
JSON
{
|
|
"standard.enable": true,
|
|
"standard.engine": "ts-standard",
|
|
"standard.treatErrorsAsWarnings": true,
|
|
"standard.usePackageJson": true,
|
|
"standard.autoFixOnSave": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|