Skip to content

Commit

Permalink
add mappings to tsconfig include
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 27, 2021
1 parent 5c75313 commit 6339a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/maps_file_upload/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"declaration": true,
"declarationMap": true
},
"include": ["common/**/*", "public/**/*", "server/**/*"],
"include": ["common/**/*", "public/**/*", "server/**/*", "mappings.ts"],
"references": [
{ "path": "../../../src/plugins/data/tsconfig.json" },
{ "path": "../../../src/plugins/usage_collection/tsconfig.json" }
Expand Down

0 comments on commit 6339a24

Please sign in to comment.