Skip to content

Commit

Permalink
Add jest_setup to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Sep 19, 2023
1 parent 9ab67b5 commit f6ba011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/navigation_embeddable/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "target/types"
},
"include": ["public/**/*", "common/**/*", "server/**/*", "public/**/*.json"],
"include": ["*.ts", "public/**/*", "common/**/*", "server/**/*", "public/**/*.json"],
"kbn_references": [
"@kbn/core",
"@kbn/i18n",
Expand Down

0 comments on commit f6ba011

Please sign in to comment.