refactor(api): organise tooling (#59931)

This commit is contained in:
Oliver Eyton-Williams
2025-04-24 06:57:23 +02:00
committed by GitHub
parent 3c822da243
commit ae387fbd5c
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
"noEmit": false
},
"include": ["src"],
"exclude": ["**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
"exclude": ["**/*.test.*"]
}