- attempt to move to ESM from CJS

This commit is contained in:
Mike Penz
2024-12-14 12:25:28 +01:00
parent 8f930b161a
commit 30758be82d
36 changed files with 9574 additions and 10632 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import * as path from 'path'
import * as process from 'process'
import * as cp from 'child_process'
import * as fs from 'fs'
import {clear} from '../src/transform'
import {clear} from '../src/transform.js'
jest.setTimeout(180000)
clear()