mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Backports the following commits to 6.x: - [typescript] add typescript support for the server and browser (#19104)
31 lines
715 B
JSON
31 lines
715 B
JSON
{
|
|
"serverTestPatterns": [
|
|
"server/**/__tests__/**/*.js",
|
|
"plugins/**/__tests__/**/*.js",
|
|
"!plugins/**/server/**/__tests__/**/*"
|
|
],
|
|
"buildSourcePatterns": [
|
|
"LICENSE.txt",
|
|
"NOTICE.txt",
|
|
"package.json",
|
|
"yarn.lock",
|
|
"tsconfig.json",
|
|
"index.js",
|
|
"plugins/reporting/.phantom/*",
|
|
"plugins/reporting/.chromium/*",
|
|
"common/**/*",
|
|
"plugins/**/*",
|
|
"server/**/*",
|
|
"webpackShims/*",
|
|
"!**/README.md",
|
|
"!__tests__",
|
|
"!__tests__/**/*",
|
|
"!**/__tests__",
|
|
"!**/__tests__/**/*",
|
|
"!plugins/**/*.test.js",
|
|
"!plugins/**/__snapshots__",
|
|
"!plugins/**/__snapshots__/*",
|
|
"!plugins/**/__mocks__/*"
|
|
],
|
|
"skipInstallDependencies": true
|
|
}
|