1
0
Fork 0
mirror of synced 2024-08-12 00:22:02 +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",
2022-05-04 04:13:13 +12:00
"compilerOptions": {
2022-05-26 08:32:08 +12:00
"composite": true
2022-05-04 04:13:13 +12:00
},
2023-08-01 23:26:04 +12:00
"exclude": ["node_modules", "dist"]
}