chore: remove tests

This commit is contained in:
Emrik Östling 2025-11-15 19:52:11 +01:00
parent e0111db5f5
commit 3ea35ff713

View file

@ -29,6 +29,6 @@
"esModuleInterop": true "esModuleInterop": true
// "noImplicitReturns": true // "noImplicitReturns": true
}, },
"include": ["src", "tests", "package.json"], "include": ["src", "package.json"],
"exclude": ["dist", "node_modules"] "exclude": ["dist", "node_modules"]
} }