mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
8c730c0694
* refactor: max-len and printWidth to 100 * chore: ci specific pnpm version * fix: add types peer package literally get rid of types package
24 lines
483 B
JSON
24 lines
483 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"strictNullChecks": true,
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"**/build",
|
|
"node_modules",
|
|
"**/node_modules",
|
|
"**/coverage",
|
|
"**/*.spec.ts",
|
|
"**/test",
|
|
"**/__tests__",
|
|
"**/*.test.ts"
|
|
]
|
|
}
|