settings.json 175 B

123456
  1. {
  2. "typescript.preferences.preferTypeOnlyAutoImports": true,
  3. "javascript.preferences.preferTypeOnlyAutoImports": true,
  4. "typescript.tsdk": "node_modules/typescript/lib"
  5. }