mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
0778eebae5
* chore: add update-ts-references * chore: update version
28 lines
670 B
JSON
28 lines
670 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"checkJs": false,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"verdaccio-ui/components/*": ["src/components/*"],
|
|
"verdaccio-ui/design-tokens/*": ["src/design-tokens/*"],
|
|
"verdaccio-ui/utils/*": ["src/utils/*"]
|
|
}
|
|
},
|
|
"include": ["src", "types/*.d.ts", "i18n/**/*.json"],
|
|
"references": [
|
|
{
|
|
"path": "../../node-api"
|
|
}
|
|
]
|
|
}
|