Files
pnpm/packages/parse-cli-args/tsconfig.json
Zoltan Kochan 07c4720086 refactor: CLI args parsing
BREAKING CHANGE:

@pnpm/config: the workspace dir location should be
passed in

PR #2187
2019-11-29 04:19:17 +02:00

11 lines
151 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
]
}