Files
pnpm/packages/plugin-commands-server/tsconfig.json
2020-03-12 11:30:44 +02:00

32 lines
466 B
JSON

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