mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-01-08 13:44:23 +02:00
10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "**/*.spec.jsx", "**/*.d.ts"]
|
|
}
|