1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

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:
Adria Navarro 2024-03-20 17:43:32 +01:00 committed by GitHub
commit bb5a3c80af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"baseUrl": "..",
"rootDir": "src",
"composite": true,
"types": ["node", "jest"]
},