mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
d5eacc218b
* feat: improve cli logging on start up * chore: remove deps
27 lines
545 B
JSON
27 lines
545 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"jsx": "react",
|
|
"strictNullChecks": true,
|
|
"types": ["node", "jest", "express"],
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"**/build",
|
|
"node_modules",
|
|
"**/node_modules",
|
|
"**/coverage",
|
|
"**/*.spec.ts",
|
|
"**/test",
|
|
"**/__tests__",
|
|
"**/*.test.ts"
|
|
]
|
|
}
|