mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
19 lines
315 B
JSON
19 lines
315 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.reference.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./build",
|
||
|
"composite": true,
|
||
|
"declaration": true
|
||
|
},
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../config"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../core/core"
|
||
|
}
|
||
|
]
|
||
|
}
|