budibase/packages/bbui/tsconfig.json

11 lines
265 B
JSON
Raw Normal View History

2025-01-17 12:02:08 +01:00
{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"allowJs": true,
"outDir": "./dist",
"lib": ["ESNext"],
"baseUrl": ".",
},
"include": ["./src/**/*"],
"exclude": ["node_modules", "**/*.json", "**/*.spec.ts", "**/*.spec.js"]
}