build: transition to Typescript without Babel #252

Merged
mcataford merged 6 commits from ts-via-tsc-without-babel into master 2021-06-05 15:29:16 +00:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 242c24d085 - Show all commits

View file

@ -1,9 +1,7 @@
// @ts-nocheck
import { promises as fs } from 'fs'
import { tmpdir } from 'os'
import { join, resolve } from 'path'
import logger from '../logger'
import type { Report } from '../index.d'
import packwatch from '..'

View file

@ -1,4 +1,3 @@
// @ts-nocheck
import { convertSizeToBytes } from '../utils'
describe('utils', () => {