Skip to content

Commit

Permalink
fix: tsconfig to produce correct dist folder structure (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema authored Jul 1, 2024
1 parent 57431ec commit 6c7b2ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/seven-spoons-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tokens-studio/sd-transforms': patch
---

Fix tsconfig to exclude test files and ensure dist folder structure is correct.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"skipLibCheck": true
},
"include": ["**/*.ts", "**/*.d.ts"],
"exclude": ["node_modules", "**/coverage/*"]
"exclude": ["node_modules", "**/coverage/*", "test"]
}

0 comments on commit 6c7b2ff

Please sign in to comment.