adding the data-pipeline to ts and pnpm workspaces
This commit is contained in:
parent
200b14ef64
commit
a3d19d36f6
12 changed files with 327 additions and 22 deletions
11
data-pipeline/tsconfig.json
Normal file
11
data-pipeline/tsconfig.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "dist",
|
||||
"rootDir": "scripts",
|
||||
},
|
||||
"references": [{ "path": "../packages/shared" }],
|
||||
"include": ["scripts/**/*"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue