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

10 lines
178 B
JSON
Raw Normal View History

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