1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
budibase/packages/backend-core/tsconfig.build.json
2022-05-24 20:01:13 +01:00

10 lines
162 B
JSON

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