mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:50:43 +00:00
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["tests/**/*"]
|
|
}
|