Skip to content

Commit 8b7e7a9

Browse files
committed
ci: exclude tests generate .d.ts
1 parent 7fa9626 commit 8b7e7a9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/commands/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
dist
3+
tests/**/*.d.ts
34
*.log
45
.DS_Store

packages/commands/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"isolatedModules": true,
1818
"verbatimModuleSyntax": true,
1919
"skipLibCheck": true
20-
}
20+
},
21+
"exclude": ["tests/**/*"]
2122
}

0 commit comments

Comments
 (0)