Skip to content

Commit 791114a

Browse files
authored
fix: api-gen build warnings (#253)
1 parent 092d654 commit 791114a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/api-gen/tsconfig.rollup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"compilerOptions": {
33
"target": "ES2022",
44
"esModuleInterop": true
5-
}
5+
},
6+
"exclude": ["**/*.spec.ts"]
67
}

0 commit comments

Comments
 (0)