Files
pnpm/cli/cli-meta/test/tsconfig.json
2024-08-19 14:26:17 +02:00

18 lines
259 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "../test.lib",
"rootDir": "."
},
"include": [
"**/*.ts",
"../../../__typings__/**/*.d.ts"
],
"references": [
{
"path": ".."
}
]
}