1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00
budibase/packages/types/tsconfig-base.build.json

6 lines
143 B
JSON
Raw Normal View History

{
2023-04-03 20:10:23 +12:00
"extends": "../../tsconfig.build.json",
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.spec.js"]
}