Skip to content

Commit c1844f8

Browse files
committed
feat(generators): add typescript support
1 parent 222ccdc commit c1844f8

28 files changed

+1123
-495
lines changed

packages/generators/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.js
2+
**/*.js
3+
!*.test.js
4+
!/**/*.test.js

packages/generators/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
**/*.ts
2+
*.ts
13
*.test.*
4+
tsconfig.json

0 commit comments

Comments
 (0)