Skip to content

Commit

Permalink
fix(ooxast-util-get-style): correct tsconfig.lib.json include
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed May 30, 2023
1 parent 365f4f1 commit 203f185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-get-style/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 6,5 @@
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"],
"include": ["**/*.ts"]
"include": ["src/**/*.ts"]
}

0 comments on commit 203f185

Please sign in to comment.