Files
pnpm/packages/git-fetcher/tsconfig.json
2021-04-28 02:22:25 +03:00

26 lines
363 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../cafs"
},
{
"path": "../fetcher-base"
},
{
"path": "../prepare-package"
},
{
"path": "../types"
}
]
}