1
0
Fork 0
mirror of synced 2024-08-14 09:31:49 +12:00
budibase/packages/shared-core/tsconfig-base.build.json
2023-04-13 10:54:18 +01:00

11 lines
206 B
JSON

{
"extends": "../../tsconfig.build.json",
"include": ["**/*.js", "**/*.ts", "package.json"],
"exclude": [
"node_modules",
"dist",
"**/*.spec.ts",
"**/*.spec.js",
"__mocks__"
]
}