0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/packages/utils/tsconfig.json

25 lines
455 B
JSON
Raw Normal View History

2020-03-03 17:59:19 -05:00
{
"extends": "../../tsconfig.reference.json",
2020-03-03 17:59:19 -05:00
"compilerOptions": {
"rootDir": "./src",
2020-03-04 16:36:43 -05:00
"outDir": "./build",
"preserveSymlinks": true,
"composite": true,
"declaration": true,
"declarationMap": true
2020-03-03 17:59:19 -05:00
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../core/commons-api"
},
{
"path": "../logger"
},
{
"path": "../core/commons-api"
}
]
2020-03-03 17:59:19 -05:00
}