mirror of
https://github.com/mathuo/dockview
synced 2025-08-15 13:46:00 +00:00
8 lines
134 B
JSON
8 lines
134 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["**/*.spec.ts"]
|
|
}
|