1
0
Fork 0
mirror of synced 2024-07-14 02:36:22 +12:00
budibase/packages/types/tsconfig.json
Adria Navarro 4b5751003f Revert "Remove composite"
This reverts commit f9115f1554bbadadc3a0ef91d00d170fa05e45b6.
2023-08-01 19:23:48 +02:00

8 lines
130 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true
},
"exclude": ["node_modules", "dist"]
}