dockview/tsconfig.test.json
2023-10-22 15:48:28 +01:00

8 lines
153 B
JSON

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