Compare commits

..

2 Commits

1 changed files with 7 additions and 0 deletions

View File

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