Files
pnpm/packages/plugin-commands-server/tsconfig.json
2022-04-02 02:52:51 +03:00

38 lines
550 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../cli-meta"
},
{
"path": "../cli-utils"
},
{
"path": "../common-cli-options-help"
},
{
"path": "../config"
},
{
"path": "../error"
},
{
"path": "../server"
},
{
"path": "../store-connection-manager"
},
{
"path": "../store-path"
}
]
}