1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00
budibase/packages/backend-core/tsconfig.build.json
2022-05-24 09:54:36 +01:00

9 lines
145 B
JSON

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