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

12 lines
206 B
JSON
Raw Normal View History

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