Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(studio): Remove CLI from include
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Nov 14, 2023
1 parent 4cfedd6 commit 7ae4797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -26,6 +26,6 @@
},
"typeRoots": ["types", "node_modules/@types"]
},
"include": ["./src/**/*", "./cli/**/*"],
"include": ["./src/**/*"],
"files": ["node_modules/jest-expect-message/types/index.d.ts"]
}

0 comments on commit 7ae4797

Please sign in to comment.