budibase/packages/shared-core/tsconfig.build.json

10 lines
220 B
JSON
Raw Normal View History

{
2024-12-05 12:51:23 +01:00
"extends": "../../tsconfig.build.json",
"compilerOptions": {
2024-12-05 12:51:23 +01:00
"rootDir": "src/",
"outDir": "dist"
2023-08-01 18:22:44 +02:00
},
2024-08-06 09:11:34 +02:00
"include": ["src/**/*.ts"],
2024-03-19 23:40:55 +01:00
"exclude": ["**/*.spec.ts", "**/*.spec.js", "__mocks__", "src/tests"]
}