Files
pnpm/packages/build-modules/tsconfig.json
2020-03-12 11:30:44 +02:00

35 lines
509 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../constants"
},
{
"path": "../core-loggers"
},
{
"path": "../lifecycle"
},
{
"path": "../link-bins"
},
{
"path": "../read-package-json"
},
{
"path": "../store-controller-types"
},
{
"path": "../types"
}
]
}