mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-12-13 11:53:54 +02:00
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"outDir": "../../dist/out-tsc",
|
|
"allowJs": true,
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js"]
|
|
}
|