mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 17:41:50 -04:00
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"composite": false,
|
|
"declaration": false,
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../../typings/**/*.d.ts"
|
|
]
|
|
}
|