Skip to content

Commit 7225302

Browse files
authored
Include business days plug and window types (#15569)
1 parent be0cc31 commit 7225302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/platform/types/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"experimentalDecorators": true,
88
"outDir": "dist"
99
},
10-
"include": ["."],
10+
"include": [".", "../../types/business-days-plugin.d.ts", "../../types/window.d.ts"],
1111
"exclude": ["dist", "build", "node_modules"]
1212
}

packages/platform/utils/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true
1010
},
11-
"include": [".", "./tests"],
11+
"include": [".", "./tests", "../../types/business-days-plugin.d.ts", "../../types/window.d.ts"],
1212
"exclude": ["dist", "build", "node_modules", "**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
1313
}

0 commit comments

Comments
 (0)