Skip to content

Commit

Permalink
Move files from src to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Oct 17, 2022
1 parent d37167c commit 575e9f4
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 575e9f4

Please sign in to comment.