Skip to content

Commit efb5bcb

Browse files
committed
fix: tsconfig to produce correct dist folder structure
1 parent 57431ec commit efb5bcb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/seven-spoons-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tokens-studio/sd-transforms': patch
3+
---
4+
5+
Fix tsconfig to exclude test files and ensure dist folder structure is correct.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"skipLibCheck": true
1717
},
1818
"include": ["**/*.ts", "**/*.d.ts"],
19-
"exclude": ["node_modules", "**/coverage/*"]
19+
"exclude": ["node_modules", "**/coverage/*", "test"]
2020
}

0 commit comments

Comments
 (0)