Skip to content

Commit

Permalink
[core] Do not include playground pages in yarn typescript script (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored May 2, 2023
1 parent 20b0021 commit 1099111
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ __diff_output__
/.nyc_output
/coverage
/docs/.next
/docs/pages/playground/
/docs/pages/playground/*
!/docs/pages/playground/tsconfig.json
/docs/export
/test/regressions/screenshots
build
Expand Down
5 changes: 5 additions & 0 deletions docs/pages/playground/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["*"],
"exclude": []
}

0 comments on commit 1099111

Please sign in to comment.