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": {
|
2023-08-01 18:31:08 +02:00
|
|
|
"composite": true,
|
2023-08-01 14:17:44 +02:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2023-08-02 09:59:14 +02:00
|
|
|
"@budibase/types": ["../types/src"],
|
|
|
|
"@budibase/shared-core": ["../shared-core/src"]
|
2023-08-01 14:17:44 +02:00
|
|
|
}
|
2022-04-28 23:39:21 +02:00
|
|
|
},
|
2023-04-20 20:30:48 +02:00
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
}
|