Commit 49e26b35 authored by nanahira's avatar nanahira

update

parent ea641363
Pipeline #4709 passed with stages
in 1 minute and 18 seconds
...@@ -104,6 +104,7 @@ dist ...@@ -104,6 +104,7 @@ dist
.tern-port .tern-port
/build /build
/dist
/output /output
/config.yaml /config.yaml
.idea .idea
...@@ -10,4 +10,4 @@ Dockerfile ...@@ -10,4 +10,4 @@ Dockerfile
.eslintrc.js .eslintrc.js
.prettierrc .prettierrc
webpack.config.js webpack.config.js
tsconfig.json tsconfig.json
\ No newline at end of file
{ {
"compilerOptions": { "compilerOptions": {
"outDir": "build", "outDir": "dist",
"module": "commonjs", "module": "commonjs",
"target": "esnext", "target": "esnext",
"esModuleInterop": true, "esModuleInterop": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment