Files
pnpm/patching/plugin-commands-patching/tsconfig.lint.json
2023-01-13 18:36:31 +02:00

9 lines
128 B
JSON

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