1
0
Fork 0
mirror of synced 2024-06-15 17:05:11 +12:00
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-26 08:32:08 +12:00
{ "path": "../backend-core/tsconfig.build.json" },
{ "path": "../types" }
],
"exclude": [
"node_modules",
"**/*.json",
"**/*.spec.js",
"**/*.spec.ts"
]
}