Files
dockview/tsconfig.spec.json
2025-08-29 20:12:43 +01:00

10 lines
249 B
JSON

{
"extends": "./tsconfig.test.json",
"compilerOptions": {
"jsx": "react-jsx",
"noImplicitAny": false,
"sourceMap": true
},
"include": ["**/*.spec.ts", "**/*.test.ts", "**/__tests__/**/*", "./jest-setup.ts"]
}