change path run format & fixing bug file config

This commit is contained in:
Warunee Tamkoo 2024-09-02 14:02:48 +07:00
parent 2f4b6dadb8
commit ab0f84a605
4 changed files with 17 additions and 5 deletions

View file

@ -8,6 +8,8 @@
"paths": {
"@/*": ["./src/*"]
},
"lib": ["dom", "es2015", "es2018", "es2018.promise"]
"lib": ["dom", "es2015", "es2018", "es2018.promise"],
"ignoreDeprecations": "5.0",
"verbatimModuleSyntax": true
}
}