budibase/packages/builder/tsconfig.build.json

9 lines
198 B
JSON
Raw Normal View History

{
2024-12-05 14:31:53 +01:00
"extends": "../../tsconfig.build.json",
2024-12-09 11:25:44 +01:00
"compilerOptions": {
"allowJs": true
},
2024-11-26 12:29:24 +01:00
"include": ["./src/**/*"],
"exclude": ["node_modules", "**/*.json", "**/*.spec.ts", "**/*.spec.js"]
}