mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-01 03:28:14 -05:00
9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
]
|
|
}
|