Files
pnpm/store/plugin-commands-store-inspecting/tsconfig.lint.json
2023-12-26 00:24:38 +00:00

9 lines
128 B
JSON

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