1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
budibase/packages/backend-core/tsconfig.build.json
2022-05-30 21:46:08 +01:00

13 lines
212 B
JSON

{
// Used for building with tsc
"extends": "./tsconfig.json",
"references": [
{ "path": "../types" }
],
"exclude": [
"node_modules",
"dist/**/*",
"**/*.spec.js",
"**/*.spec.ts"
]
}