Files
pnpm/packages/node.resolver/tsconfig.json
2022-06-21 23:13:09 +03:00

23 lines
325 B
JSON

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