Commit d2ba0463 authored by nanahira's avatar nanahira

fix es target

parent 2dc01d77
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"target": "ES2020",
"esModuleInterop": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": 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