Skip to content

Commit

Permalink
Add TS config for kibana_legacy
Browse files Browse the repository at this point in the history
To support project references.

References #80508.
  • Loading branch information
smith committed Oct 19, 2020
1 parent dd33002 commit 9623f5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/plugins/kibana_legacy/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "./target/types",
"emitDeclarationOnly": true,
"declaration": true,
"declarationMap": true
},
"include": ["../../../typings/**/*", "public/**/*", "server/**/*", "config.ts"],
"references": [{ "path": "../../core/tsconfig.json" }]
}

0 comments on commit 9623f5a

Please sign in to comment.