Skip to content

Commit

Permalink
update ts root directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed May 11, 2024
1 parent d254382 commit e96d451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/layout/flex/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "config-ts/library.json",
"compilerOptions": {
"rootDir": "src"
},
"include": ["src"],
"exclude": ["dist", "build", "node_modules"]
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/spacer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "config-ts/library.json",
"compilerOptions": {
"outDir": "dist"
"rootDir": "src"
},
"include": ["src"],
"exclude": ["dist", "build", "node_modules"]
Expand Down

0 comments on commit e96d451

Please sign in to comment.