1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Getting shared-core to build consistently as part of the yarn dev command.

This commit is contained in:
mike12345567 2023-08-16 16:58:35 +01:00
parent b6064f170e
commit 9bac4b8bf2
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,