fix: remove export alias for include options
This commit is contained in:
parent
3fcf4aac81
commit
143e9f5627
|
@ -1,5 +1,5 @@
|
|||
export { CONFIG_SCHEMA } from './schema';
|
||||
export { envType } from './type/Env';
|
||||
export { includeOptions as includeSchema, includeType } from './type/Include';
|
||||
export { includeOptions, includeType, IncludeOptions } from './type/Include';
|
||||
export { regexpType } from './type/Regexp';
|
||||
export { streamType } from './type/Stream';
|
||||
|
|
Loading…
Reference in New Issue