mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
aa763baec1
Add two different settings for compile and develop. https://www.typescriptlang.org/docs/handbook/project-references.html
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"preserveSymlinks": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|