budibase/packages/server/tsconfig.build.json

14 lines
267 B
JSON
Raw Normal View History

{
// Used for building with tsc
"extends": "./tsconfig.json",
"references": [
2022-05-25 22:32:08 +02:00
{ "path": "../backend-core/tsconfig.build.json" },
{ "path": "../types" }
],
"exclude": [
"node_modules",
"**/*.json",
"**/*.spec.js",
"**/*.spec.ts"
]
}