Files
pnpm/packages/server/tsconfig.json
2020-06-08 13:49:54 +03:00

35 lines
515 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../fetch"
},
{
"path": "../store-controller-types"
},
{
"path": "../types"
},
{
"path": "../npm-resolver"
},
{
"path": "../package-requester"
},
{
"path": "../package-store"
},
{
"path": "../tarball-fetcher"
}
]
}