Files
pnpm/crypto/object-hasher/tsconfig.lint.json
2024-01-25 03:20:08 +01:00

9 lines
128 B
JSON

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