Now that we're TS, move back to commonjs for jest

This commit is contained in:
Christopher Monsanto 2020-08-15 02:15:21 -04:00
parent d011df227b
commit 8b6c858611
2 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@ import path from 'path';
import { fileURLToPath } from 'url';
import fs from 'fs';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const libdir = path.join(__dirname, "../..");
export type Type = {

View File

@ -3,7 +3,7 @@
"incremental": true,
"target": "es2020",
"lib": ["es2020"],
"module": "esnext",
"module": "commonjs",
"jsx": "react",
"strict": true,
"moduleResolution": "node",