mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
In https://github.com/elastic/kibana/pull/31234 there were some extra changes that I've reverted, like use of the `tsconfig-paths` package to magically rewrite import statements to defy the standard node module resolution algorithm, the inclusion of several unnecessary options in the `test/tsconfig.json` file, and changes of the line-endings in the config files. This also brings a few enhancements from https://github.com/elastic/kibana/pull/30190 including a modularized version of the expect.js types, and options for explicit mappings for the PageObjects and services used in ftr tests.
6 lines
76 B
JSON
6 lines
76 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"types/**/*"
|
|
]
|
|
}
|