Commit 6af4985f authored by nanahira's avatar nanahira

fix

parent 321b2238
Pipeline #6781 passed with stages
in 1 minute and 24 seconds
......@@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "dist",
"module": "commonjs",
"target": "es2021",
"target": "es2020",
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
......
......@@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2021",
"target": "es2020",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
......
......@@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2021",
"target": "es2020",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
......
......@@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "dist",
"module": "commonjs",
"target": "es2021",
"target": "es2020",
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": 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