Files
factorio-scenario-ExpCluster/exp_util/tsconfig.node.json
2024-11-19 22:35:44 +00:00

6 lines
104 B
JSON

{
"extends": "../tsconfig.node.json",
"include": ["./**/*.ts"],
"exclude": ["test/*", "./dist/*"],
}