2020-12-22 10:25:07 +01:00
|
|
|
{
|
|
|
|
"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/*"]
|
|
|
|
}
|
|
|
|
},
|
2021-09-16 21:46:56 +02:00
|
|
|
"include": ["src", "types/*.d.ts", "src/i18n/**/*.json"],
|
2020-12-22 10:25:07 +01:00
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "../../node-api"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|