1
0
Fork 0
mirror of synced 2024-07-20 05:35:58 +12:00
budibase/packages/backend-core/tsconfig.json

17 lines
276 B
JSON
Raw Normal View History

{
2022-06-09 23:33:10 +12:00
"extends": "./tsconfig.build.json",
"compilerOptions": {
2022-06-09 23:33:10 +12:00
"composite": true,
"baseUrl": ".",
2022-06-09 23:33:10 +12:00
"paths": {
"@budibase/types": ["../types/src"]
2022-06-09 23:33:10 +12:00
}
},
"references": [
{ "path": "../types" }
],
"exclude": [
"node_modules",
"dist",
]
}