budibase/packages/server/tsconfig.build.json

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"
]
}