闪念
20230915 e91uiuwi
在TypeScript monorepo项目中,启用 “declarationMap” 选项以避免在跳转到定义时跳转到“. d.ts”文件。 tsconfig.json `json { "compilerOptions": { "declarationMap": true, // ... } } ` 参考: - Go to definition goes to \*.d.ts when...
#declarationMap
在TypeScript monorepo项目中,启用 “declarationMap” 选项以避免在跳转到定义时跳转到“. d.ts”文件。 tsconfig.json `json { "compilerOptions": { "declarationMap": true, // ... } } ` 参考: - Go to definition goes to \*.d.ts when...