mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
0dafa98263
* fix: undefined field on missing count * types
22 lines
613 B
JSON
22 lines
613 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"preserveSymlinks": true,
|
|
"rootDir": ".",
|
|
"outDir": "./build",
|
|
"skipLibCheck": true,
|
|
"jsx": "react"
|
|
},
|
|
"include": ["src/**/*", "./src/types/index.d.ts"],
|
|
"types": ["node", "jest", "@testing-library/jest-dom"],
|
|
"typedocOptions": {
|
|
"categoryOrder": ["Model", "Component", "Provider", "*"],
|
|
"defaultCategory": "Component",
|
|
"categorizeByGroup": "false"
|
|
}
|
|
}
|