Merge pull request #13315 from Budibase/chore/fix-shared-core-dev-script
Fix tsconfig.json for dev using shared-core
This commit is contained in:
commit
bb5a3c80af
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"rootDir": "src",
|
||||
"composite": true,
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue