mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
chore(NA): improve ts build refs performance on kbn bootstrap (#89333)
* chore(NA): improve ts build refs performance on kbn bootstrap * chore(NA): use skipLibCheck=false by default on typechecking * docs(NA): commit core docs changes * fix(NA): eui typings
This commit is contained in:
parent
2c648acffd
commit
8250b078b4
14 changed files with 99 additions and 106 deletions
10
typings/@elastic/eui/index.d.ts
vendored
10
typings/@elastic/eui/index.d.ts
vendored
|
@ -6,6 +6,12 @@
|
|||
* Public License, v 1.
|
||||
*/
|
||||
|
||||
import { Direction } from '@elastic/eui/src/services/sort/sort_direction';
|
||||
|
||||
// TODO: Remove once typescript definitions are in EUI
|
||||
|
||||
declare module '@elastic/eui/lib/services' {
|
||||
export const RIGHT_ALIGNMENT: any;
|
||||
}
|
||||
|
||||
declare module '@elastic/eui/lib/services/format' {
|
||||
export const dateFormatAliases: any;
|
||||
}
|
||||
|
|
9
typings/@elastic/eui/lib/format.d.ts
vendored
9
typings/@elastic/eui/lib/format.d.ts
vendored
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the Elastic License
|
||||
* and the Server Side Public License, v 1; you may not use this file except in
|
||||
* compliance with, at your election, the Elastic License or the Server Side
|
||||
* Public License, v 1.
|
||||
*/
|
||||
|
||||
export const dateFormatAliases: any;
|
9
typings/@elastic/eui/lib/services.d.ts
vendored
9
typings/@elastic/eui/lib/services.d.ts
vendored
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the Elastic License
|
||||
* and the Server Side Public License, v 1; you may not use this file except in
|
||||
* compliance with, at your election, the Elastic License or the Server Side
|
||||
* Public License, v 1.
|
||||
*/
|
||||
|
||||
export const RIGHT_ALIGNMENT: any;
|
Loading…
Add table
Add a link
Reference in a new issue