mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
d5eacc218b
* feat: improve cli logging on start up * chore: remove deps
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"composite": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.test.ts"]
|
|
}
|