Files
pnpm/exec/build-commands/tsconfig.json
2025-12-06 16:32:19 +01:00

41 lines
721 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../__utils__/prepare-temp-dir"
},
{
"path": "../../config/config"
},
{
"path": "../../config/config-writer"
},
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/modules-yaml"
},
{
"path": "../../pkg-manager/plugin-commands-installation"
},
{
"path": "../plugin-commands-rebuild"
}
]
}