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 ?