fix: incorrect type imports (#9308)
All checks were successful
Tests / test (push) Successful in 4m39s

This commit is contained in:
Marcel Mraz 2025-03-27 12:00:12 +01:00 committed by GitHub
parent 432a46ef9e
commit 0cd5a259ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 45 additions and 34 deletions

View file

@ -2,5 +2,7 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist/types"
}
},
"include": ["src/**/*", "global.d.ts"],
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
}