verdaccio/packages/proxy/tsconfig.json

24 lines
386 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",
"noImplicitAny": false
2020-03-03 23:59:19 +01:00
},
"include": ["src/**/*.ts", "types/*.d.ts"],
"references": [
{
"path": "../config"
},
{
"path": "../core/core"
},
{
"path": "../logger/logger"
},
{
"path": "../utils"
}
]
2020-03-03 23:59:19 +01:00
}