verdaccio/packages/proxy/tsconfig.json

27 lines
438 B
JSON
Raw Normal View History

2020-03-03 23:59:19 +01:00
{
"extends": "../../tsconfig.reference.json",
2020-03-03 23:59:19 +01:00
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*", "types/*.d.ts"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../core/local-storage"
},
{
"path": "../core/streams"
},
{
"path": "../commons"
},
{
"path": "../logger"
},
{
"path": "../utils"
}
]
2020-03-03 23:59:19 +01:00
}