mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-01-25 11:53:24 +02:00
12 lines
229 B
JSON
12 lines
229 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"declaration": true,
|
||
|
"types": ["node"]
|
||
|
},
|
||
|
"exclude": ["**/*.spec.ts"],
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|