Hi,
I’m currently evaluating Temporal for use with our platform. I’ve got a Temporal server running on our Kubernetes cluster and have a very simple typescript program (basically copying the hello world example) which I’d like to deploy to it. However when it’s deployed the following error is being generated:
ERROR in ./src/workflows.ts │
│ 2021-10-25T15:15:28.852Z [ERROR] [tsl] ERROR │
│ 2021-10-25T15:15:28.852Z [ERROR] TS18002: The 'files' list in config file 'tsconfig.json' is empty. │
│ 2021-10-25T15:15:28.852Z [ERROR] ts-loader-default_e3b0c44298fc1c14 │
│ 2021-10-25T15:15:28.852Z [ERROR] @ ../src/main.js │
│ 2021-10-25T15:15:28.852Z [ERROR] │
│ 2021-10-25T15:15:28.852Z [ERROR] ERROR in ./src/workflows.ts │
│ 2021-10-25T15:15:28.852Z [ERROR] Module build failed (from ./node_modules/ts-loader/index.js): │
│ 2021-10-25T15:15:28.852Z [ERROR] Error: error while parsing tsconfig.json │
│ 2021-10-25T15:15:28.852Z [ERROR] at Object.loader (/app/node_modules/ts-loader/dist/index.js:17:18) │
│ 2021-10-25T15:15:28.852Z [ERROR] @ ../src/main.js │
│ 2021-10-25T15:15:28.852Z [ERROR] │
│ 2021-10-25T15:15:28.852Z [ERROR] webpack 5.58.2 compiled with 2 errors in 10932 ms
Has anyone else seen this before or got any ideas ?
Thanks,
Richard.