This commit is contained in:
parent
365d40dae5
commit
94c21a6146
2 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,7 @@ spec:
|
|||
http:
|
||||
paths:
|
||||
- path: /iching(/|$)(.*)
|
||||
pathType: Prefix
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: iching-service
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "CommonJS",
|
||||
"module": "ES6",
|
||||
"moduleResolution": "Bundler",
|
||||
"outDir": "dist",
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue