chore: fix jest debugging experience

This commit is contained in:
mathuo 2024-04-17 20:26:50 +01:00
parent 5a1e41775f
commit bc8fa59557
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -1,7 +1,8 @@
{ {
"extends": "./tsconfig.base.json", "extends": "./tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"jsx": "react-jsx" "jsx": "react-jsx",
"sourceMap": true
}, },
"include": ["**/*.spec.ts", "./jest-setup.ts"] "include": ["**/*.spec.ts", "./jest-setup.ts"]
} }