0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/ui-components/tsconfig.json
Marc Bernard 10dd81f473
feat: complete overhaul of web user interface (#4687)
* fix: ui-component updates

* Update all

* Update tests

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Dark logo

* Add showUplinks parameter

* Fix DependencyBlock links

* Update

* Fix highlight dark

* Update

* Color

* Fix uncaught exception

* changeset

* Fix Install Settingsmenu, tsconfig

* Remove duplicate function (merge issue)

* Fix SideBar test and CodeQL issue
2024-07-07 14:12:24 +02:00

21 lines
467 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"
}
]
}