Files
triggerdotdev--trigger.dev/packages/cli-v3/tsconfig.check.json
T
Eric Allam b7845685eb v3: no bundle builds for the dev CLI (#923)
* WIP no bundling

* Convert dev CLI to use an unbundled build process to support otel instrumentation

* Fix pnpm lock file

* A couple of fixes to get typechecking to work
2024-03-04 15:36:09 +00:00

8 lines
99 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"paths": {}
}
}