link-stack/fix/metamigo-worker/tsconfig.json
2023-03-07 14:09:49 +00:00

8 lines
160 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "build/main"
},
"include": ["**/*.ts", "**/.*.ts"],
"exclude": ["node_modules"]
}