1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00
budibase/packages/types/tsconfig.json

10 lines
141 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
},
2022-06-09 23:33:10 +12:00
"exclude": [
"node_modules",
"dist"
2022-05-04 04:13:13 +12:00
]
2022-06-09 23:33:10 +12:00
}