Skip to content

Commit

Permalink
Merge pull request scandipwa#5230 from AleksandrsKondratjevs/ts-issue…
Browse files Browse the repository at this point in the history
…-fix-ts-server-plugin

TypeScript-Issue - ts-server-plugin Move files from src to lib
  • Loading branch information
AleksandrsKondratjevs authored Oct 17, 2022
2 parents d37167c + 575e9f4 commit bffc36a
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-packages/ts-server-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"paths": ["src/**"],
"paths": ["lib/**"],
"exclude": ["example"],
"compilerOptions": {
"target": "es2017", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
Expand Down

0 comments on commit bffc36a

Please sign in to comment.