mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
dc571aabd2
* feat: add forceEnhancedLegacySignature * Create rare-planets-travel.md * Update run-server.spec.ts * Update run-server.spec.ts
18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"extends": "../../tsconfig.reference",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../core/core"
|
|
}
|
|
]
|
|
}
|