Files
pnpm/patching/apply-patch/tsconfig.json
2023-06-19 03:51:19 +03:00

24 lines
382 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../packages/error"
}
],
"composite": true
}