Compare commits

..

2 Commits

1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
"presetter-preset-strict"
],
"config": {
"tsconfig": {
"compilerOptions": {
"lib": [
"ES2021"
]
}
},
"prettier": {
"singleQuote": false
}