1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-12-12 11:45:22 +02:00
factorio-sites/apps/blueprint-image-function/tsconfig.app.json

11 lines
202 B
JSON
Raw Normal View History

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