mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-29 01:58:11 -05:00
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": []
|
|
}
|