Files
pnpm/deps/graph-builder/tsconfig.lint.json
2023-07-09 16:11:35 +03:00

9 lines
128 B
JSON

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