1
0
Fork 0
mirror of synced 2024-08-13 17:11:49 +12:00
budibase/packages/backend-core/tsconfig.json

13 lines
269 B
JSON
Raw Normal View History

{
2022-06-09 23:33:10 +12:00
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
2023-08-02 00:17:44 +12:00
"baseUrl": ".",
"paths": {
"@budibase/types": ["../types/src"],
"@budibase/shared-core": ["../shared-core/src"]
2023-08-02 00:17:44 +12:00
}
},
"exclude": ["node_modules", "dist"]
}