add tests to main tsconfig

This commit is contained in:
Emrik Östling 2025-11-15 11:53:12 +01:00
parent c156dffcda
commit e0111db5f5
3 changed files with 11 additions and 3 deletions

View file

@ -3,5 +3,5 @@
"noEmit": true
},
"extends": "./tsconfig.json",
"include": ["src", "tests/**/*.ts", "eslint.config.ts", "package.json"]
"include": ["src", "tests", "eslint.config.ts", "package.json"]
}