mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
18216e54d4
* fix: ui and docker nightly image some errors due pnpm.8 migration * Update ci.yml * ci
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"rootDir": ".",
|
|
"outDir": "./build",
|
|
"preserveSymlinks": true,
|
|
"jsx": "react",
|
|
"allowJs": true
|
|
},
|
|
"types": ["node", "jest", "@testing-library/jest-dom"],
|
|
"references": [
|
|
{
|
|
"path": "../core/types"
|
|
}
|
|
]
|
|
}
|