mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-12-12 11:45:22 +02:00
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"target": "ES2019",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|