1
0
Fork 0
mirror of synced 2024-06-14 16:35:02 +12:00
budibase/packages/server/tsconfig.build.json
2022-05-25 21:32:08 +01:00

14 lines
267 B
JSON

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