dockview/tsconfig.test.json
2023-04-16 22:06:48 +01:00

8 lines
134 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx"
},
"include": ["**/*.spec.ts"]
}