mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
a1f78368c4
* rename method * Update ui-components.md * clean up jest * docs: add pages to ui components * Update ui-components.yml * chore: add some example docs
21 lines
555 B
JSON
21 lines
555 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"],
|
|
"typedocOptions": {
|
|
"categoryOrder": ["Model", "Component", "Provider", "*"],
|
|
"defaultCategory": "Component",
|
|
"categorizeByGroup": "false"
|
|
}
|
|
}
|