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