2022-02-11 13:56:28 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../dist/out-tsc",
|
|
|
|
"module": "commonjs",
|
2022-05-09 15:19:19 +00:00
|
|
|
"types": ["jest", "node", "@testing-library/jest-dom"]
|
2022-02-11 13:56:28 +00:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.spec.ts",
|
|
|
|
"**/*.test.tsx",
|
|
|
|
"**/*.spec.tsx",
|
|
|
|
"**/*.test.js",
|
|
|
|
"**/*.spec.js",
|
|
|
|
"**/*.test.jsx",
|
|
|
|
"**/*.spec.jsx",
|
|
|
|
"**/*.d.ts"
|
|
|
|
]
|
|
|
|
}
|