1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Merge pull request #11540 from Budibase/fix/shared-core-build

Shared-core dev:builder - rebuild as part of watch correctly
This commit is contained in:
Michael Drury 2023-08-16 17:09:37 +01:00 committed by GitHub
commit 1a739b85e5
2 changed files with 12 additions and 1 deletions

View file

@ -32,7 +32,18 @@
"target": "build"
}
]
},
"dev:builder": {
"dependsOn": [
{
"projects": [
"@budibase/types"
],
"target": "build"
}
]
}
}
}
}

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"module": "commonjs",
"lib": ["es2020"],
"strict": true,
"noImplicitAny": true,