budibase/packages/builder/tsconfig.build.json

9 lines
198 B
JSON

{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"allowJs": true
},
"include": ["./src/**/*"],
"exclude": ["node_modules", "**/*.json", "**/*.spec.ts", "**/*.spec.js"]
}