b7845685eb
* 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
8 lines
99 B
JSON
8 lines
99 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"paths": {}
|
|
}
|
|
}
|