Files
pnpm/packages/headless/tsconfig.json
Zoltan Kochan 1309703932 ci: test on Windows
close #3023
2020-12-18 23:32:37 +02:00

92 lines
1.4 KiB
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../typings/**/*.d.ts"
],
"references": [
{
"path": "../../privatePackages/assert-project"
},
{
"path": "../../privatePackages/test-fixtures"
},
{
"path": "../build-modules"
},
{
"path": "../client"
},
{
"path": "../constants"
},
{
"path": "../core-loggers"
},
{
"path": "../dependency-path"
},
{
"path": "../error"
},
{
"path": "../filter-lockfile"
},
{
"path": "../hoist"
},
{
"path": "../lifecycle"
},
{
"path": "../link-bins"
},
{
"path": "../lockfile-file"
},
{
"path": "../lockfile-to-pnp"
},
{
"path": "../lockfile-utils"
},
{
"path": "../modules-cleaner"
},
{
"path": "../modules-yaml"
},
{
"path": "../package-is-installable"
},
{
"path": "../package-requester"
},
{
"path": "../package-store"
},
{
"path": "../read-package-json"
},
{
"path": "../read-project-manifest"
},
{
"path": "../read-projects-context"
},
{
"path": "../store-controller-types"
},
{
"path": "../symlink-dependency"
},
{
"path": "../types"
}
]
}