1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-26 11:54:13 +02:00

10 lines
178 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts"],
"include": ["**/*.ts"]
}