1
0
Fork 0
mirror of synced 2024-09-05 12:11:40 +12:00
budibase/packages/backend-core/tsconfig.json

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