diff --git a/ingress.yaml b/ingress.yaml index 2d159d9..9482165 100644 --- a/ingress.yaml +++ b/ingress.yaml @@ -12,7 +12,7 @@ spec: http: paths: - path: /iching(/|$)(.*) - pathType: Prefix + pathType: ImplementationSpecific backend: service: name: iching-service diff --git a/tsconfig.json b/tsconfig.json index d615db5..2914789 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,10 @@ { "compilerOptions": { "target": "ES6", - "module": "CommonJS", + "module": "ES6", + "moduleResolution": "Bundler", "outDir": "dist", - "strict": true + "strict": true, + "esModuleInterop": true } } \ No newline at end of file