mirror of
https://github.com/mathuo/dockview
synced 2025-09-22 00:58:13 +00:00
chore: fix jest debugging experience
This commit is contained in:
parent
5a1e41775f
commit
bc8fa59557
@ -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"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user