1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 01:37:50 +01:00

Configure tsconfig

This commit is contained in:
Ryan Ghadimi
2025-03-19 11:25:29 +00:00
parent a39a661f39
commit 9eab798a98
2 changed files with 6 additions and 5 deletions

View File

@@ -9,5 +9,5 @@
"moduleResolution": "node",
"esModuleInterop": true
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
}