mirror of
https://github.com/mathuo/dockview
synced 2025-01-22 09:25:57 +00:00
8 lines
153 B
JSON
8 lines
153 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["**/*.spec.ts", "./jest-setup.ts"]
|
|
}
|