Files
pnpm/lockfile/verification/tsconfig.lint.json
2024-07-27 14:18:38 +02:00

9 lines
128 B
JSON

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