Suppressing "The import path cannot end with a '.ts' extension" error? #59690
Labels
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
when i use
import { PI } from './module.1.ts'
import an module .
vscode linter notice me an error
'The import path cannot end with a ".ts" extension. Consider changing to import “./module.1”。'
hao can i hidden the notice ?
The text was updated successfully, but these errors were encountered: