Files
pnpm/packages/plugin-commands-patching/tsconfig.lint.json
2022-06-20 16:00:24 +03:00

9 lines
124 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts",
"test/**/*.ts",
"../../typings/**/*.d.ts"
]
}