Files
pnpm/lockfile/plugin-commands-audit/tsconfig.json
2024-07-28 01:15:20 +02:00

49 lines
861 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"suppressImplicitAnyIndexErrors": true,
"ignoreDeprecations": "5.0"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../cli/cli-utils"
},
{
"path": "../../config/config"
},
{
"path": "../../network/auth-header"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/plugin-commands-installation"
},
{
"path": "../../pkg-manifest/read-project-manifest"
},
{
"path": "../audit"
},
{
"path": "../fs"
}
]
}