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
.tern-port
/build
/dist
/output
/config.yaml
.idea
......@@ -10,4 +10,4 @@ Dockerfile
.eslintrc.js
.prettierrc
webpack.config.js
tsconfig.json
\ No newline at end of file
tsconfig.json
{
"compilerOptions": {
"outDir": "build",
"outDir": "dist",
"module": "commonjs",
"target": "esnext",
"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