procyon/packages/forms/tsconfig.build.json
Roman Jaroš 20cfa5b0ae Fix TimePicker field and exclude tests from build
Change-Id: Ifa1f7f57557a33cd011906c63077982f0dcafb67
2023-04-13 08:54:36 +02:00

25 lines
No EOL
378 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"composite": true,
"rootDir": "./src"
},
"include": [
"./src"
],
"exclude": [
"**/__tests__/**/*",
],
"references": [
{
"path": "../constants/tsconfig.build.json"
},
{
"path": "../components/tsconfig.build.json"
},
{
"path": "../types/tsconfig.build.json"
}
]
}