jest-editor-support icon indicating copy to clipboard operation
jest-editor-support copied to clipboard

Track conversion to Typescript

Open rossknudsen opened this issue 5 years ago • 0 comments
trafficstars

  • [ ] JS -> TS conversion
    • [ ] update tsconfig.json - ensure that more strict type checking is enabled. Probably align with a config from facebook/jest, jest-community/vscode-jest, or microsoft/TypeScript-Babel-Starter
    • [ ] update eslint.js similar to above
    • [ ] remove flowconfig and flow dependencies and build scripts
    • [ ] remove babel.config.js and update build scripts to use tsc

rossknudsen avatar Feb 03 '20 08:02 rossknudsen