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
|
|
|
},
|
2023-04-17 16:54:13 +02:00
|
|
|
|
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
}
|