Files
pnpm/packages/mount-modules/tsconfig.json
2020-12-31 12:27:35 +02:00

29 lines
411 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../cafs"
},
{
"path": "../dependency-path"
},
{
"path": "../lockfile-file"
},
{
"path": "../lockfile-utils"
},
{
"path": "../types"
}
]
}