Change refs
This commit is contained in:
parent
559f52d904
commit
0449ba7a71
|
@ -12,7 +12,10 @@
|
|||
"declaration": true,
|
||||
"types": ["node", "jest"],
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@budibase/types": ["../types/src"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*.js", "**/*.ts"],
|
||||
"exclude": [
|
||||
|
|
|
@ -2,10 +2,7 @@
|
|||
"extends": "./tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@budibase/types": ["../types/src"]
|
||||
}
|
||||
"baseUrl": "."
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a1a21c8d794be3f174eaa186ca33b9505467cda
|
||||
Subproject commit 4ef37991e585ea63e36a481f8251dcaf3e2da8b4
|
Loading…
Reference in New Issue