2023-03-31 08:06:21 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../../dist/out-tsc",
|
|
|
|
"module": "commonjs",
|
2023-05-03 10:07:39 +00:00
|
|
|
"types": ["jest", "node", "@testing-library/jest-dom"]
|
2023-03-31 08:06:21 +00:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.spec.ts",
|
|
|
|
"**/*.test.tsx",
|
|
|
|
"**/*.spec.tsx",
|
|
|
|
"**/*.test.js",
|
|
|
|
"**/*.spec.js",
|
|
|
|
"**/*.test.jsx",
|
|
|
|
"**/*.spec.jsx",
|
2023-05-02 17:41:21 +00:00
|
|
|
"**/*.d.ts",
|
2023-05-03 10:07:39 +00:00
|
|
|
"jest.config.ts",
|
|
|
|
"../../index.d.ts",
|
2023-05-02 17:41:21 +00:00
|
|
|
"src/lib/use-oracle-spec-binding-data.spec.tsx"
|
2023-03-31 08:06:21 +00:00
|
|
|
]
|
|
|
|
}
|