2022-04-28 23:39:21 +02:00
|
|
|
{
|
2022-06-09 13:33:10 +02:00
|
|
|
"extends": "./tsconfig.build.json",
|
2022-04-28 23:39:21 +02:00
|
|
|
"compilerOptions": {
|
2022-06-09 13:33:10 +02:00
|
|
|
"composite": true,
|
2022-06-10 23:57:12 +02:00
|
|
|
"baseUrl": ".",
|
2022-06-09 13:33:10 +02:00
|
|
|
"paths": {
|
2022-06-10 23:57:12 +02:00
|
|
|
"@budibase/types": ["../types/src"]
|
2022-06-09 13:33:10 +02:00
|
|
|
}
|
2022-04-28 23:39:21 +02:00
|
|
|
},
|
2022-06-09 13:33:10 +02:00
|
|
|
"references": [
|
2022-12-15 12:35:22 +01:00
|
|
|
{ "path": "../types" }
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
2023-01-11 10:37:37 +01:00
|
|
|
"dist",
|
2022-04-28 23:39:21 +02:00
|
|
|
]
|
2022-06-09 13:33:10 +02:00
|
|
|
}
|