1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00
budibase/packages/types/tsconfig.json

8 lines
130 B
JSON
Raw Normal View History

2022-05-04 04:13:13 +12:00
{
2022-06-09 23:33:10 +12:00
"extends": "./tsconfig.build.json",
"compilerOptions": {
2023-10-11 03:05:41 +13:00
"composite": true
},
2023-08-01 23:26:04 +12:00
"exclude": ["node_modules", "dist"]
}