mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
7b1414733b
* migrate to forceMigrateToSecureLegacySignature update dependencies * Update ci.yml * Update ci.yml * format * improve ci
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "**/*.spec.ts"],
|
|
"include": ["src/**/*.ts", "types/*.d.ts"]
|
|
}
|