dockview/tsconfig.test.json

10 lines
212 B
JSON

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