Closed trusktr closed 5 years ago
Is it possible to use atom-typescript to typecheck regular JS files (like VS Code)?
https://github.com/TypeStrong/atom-typescript/blob/master/docs/faq.md#i-want-to-use-atom-typescript-with-javascript-too
Note: you also need allowJs and checkJs in your tsconfig.json.
allowJs
checkJs
tsconfig.json
Thanks! Seems to work great! Nice to be able to incrementally convert them to .ts files.
.ts
Is it possible to use atom-typescript to typecheck regular JS files (like VS Code)?