|
1 | 1 | { |
2 | | - "javascript.preferences.importModuleSpecifierEnding": "js", |
3 | | - "js/ts.implicitProjectConfig.target": "ESNext", |
4 | | - "typescript.tsc.autoDetect": "off", |
5 | | - "typescript.enablePromptUseWorkspaceTsdk": true, |
6 | | - "typescript.tsdk": "node_modules/typescript/lib", |
7 | | - "typescript.preferences.importModuleSpecifier": "project-relative", |
8 | | - "typescript.preferences.importModuleSpecifierEnding": "js", |
9 | | - "typescript.preferences.preferTypeOnlyAutoImports": true, |
| 2 | + "editor.codeActionsOnSave": { |
| 3 | + "source.fixAll.biome": "explicit", |
| 4 | + "source.fixAll.eslint": "explicit" |
| 5 | + }, |
10 | 6 | "editor.defaultFormatter": "biomejs.biome", |
11 | 7 | "editor.formatOnSave": true, |
12 | | - "editor.codeActionsOnSave": { |
13 | | - "source.fixAll.eslint": "explicit", |
14 | | - "source.fixAll.biome": "explicit" |
15 | | - } |
| 8 | + "js/ts.format.enabled": false, |
| 9 | + "js/ts.implicitProjectConfig.target": "ESNext", |
| 10 | + "js/ts.preferences.importModuleSpecifier": "shortest", |
| 11 | + "js/ts.preferences.importModuleSpecifierEnding": "js", |
| 12 | + "js/ts.preferences.preferTypeOnlyAutoImports": true, |
| 13 | + "js/ts.tsdk.path": "node_modules/typescript/lib", |
| 14 | + "js/ts.tsdk.promptToUseWorkspaceVersion": true |
16 | 15 | } |
0 commit comments