c385db63be
* WIP proxy/deploy * WIP, registry proxy in express working * A couple of notes, preparing for indexing * Move the changes to prod-worker into the new file * Deploy command working with indexing and runs (docker provider only for now) * Removed ts-expect-error directive * Fixed build command
19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"include": ["./src/**/*.ts"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@trigger.dev/core/v3": ["../core/src/v3"],
|
|
"@trigger.dev/core/v3/*": ["../core/src/v3/*"],
|
|
"@trigger.dev/core-apps": ["../core-apps/src"],
|
|
"@trigger.dev/core-apps/*": ["../core-apps/src/*"]
|
|
}
|
|
}
|
|
}
|