adding the data-pipeline to ts and pnpm workspaces

This commit is contained in:
lila 2026-04-20 09:05:27 +02:00
parent 200b14ef64
commit a3d19d36f6
12 changed files with 327 additions and 22 deletions

View file

@ -0,0 +1,11 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "scripts",
},
"references": [{ "path": "../packages/shared" }],
"include": ["scripts/**/*"],
}