forked from farhoodlabs/paperclip
fix: include shared telemetry sources in cli typecheck
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
"extends": "../tsconfig.base.json",
|
"extends": "../tsconfig.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"rootDir": "src"
|
"rootDir": ".."
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src", "../packages/shared/src"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user