mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
4f6609a072
* migrate vitest ui-components * migrate vitest ui-components * fix e2e * cleanup
22 lines
605 B
JSON
22 lines
605 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", "@testing-library/jest-dom"],
|
|
"typedocOptions": {
|
|
"categoryOrder": ["Model", "Component", "Provider", "*"],
|
|
"defaultCategory": "Component",
|
|
"categorizeByGroup": "false"
|
|
}
|
|
}
|