mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"extends": "./packages/core/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"types": ["jest", "node"],
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["**/*.test.ts", "**/*.test.tsx", "jest.setup.js"],
|
|
"exclude": ["node_modules"]
|
|
} |