1
0
Fork 0
mirror of synced 2024-08-09 15:17:57 +12:00
budibase/packages/backend-core/tsconfig.build.json

9 lines
145 B
JSON
Raw Normal View History

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