mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-12-04 10:44:44 +02:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]
|
|
}
|