Files
pnpm/patching/config/test/tsconfig.json
2024-08-01 15:05:15 +02:00

18 lines
253 B
JSON

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