mirror of
https://github.com/smogon/sprites.git
synced 2026-09-26 11:17:11 -05:00
Revert "Now that we're TS, move back to commonjs for jest"
This reverts commit 8b6c858611.
This commit is contained in:
@@ -3,6 +3,8 @@ 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": "commonjs",
|
||||
"module": "esnext",
|
||||
"jsx": "react",
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
|
||||
Reference in New Issue
Block a user