mirror of
https://github.com/smogon/sprites.git
synced 2026-09-07 09:35:33 -05:00
Now that we're TS, move back to commonjs for jest
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"incremental": true,
|
||||
"target": "es2020",
|
||||
"lib": ["es2020"],
|
||||
"module": "esnext",
|
||||
"module": "commonjs",
|
||||
"jsx": "react",
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
|
||||
Reference in New Issue
Block a user