1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +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" "target": "build"
} }
] ]
},
"dev:builder": {
"dependsOn": [
{
"projects": [
"@budibase/types"
],
"target": "build"
}
]
} }
} }
} }
} }

View file

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