Compare commits

...

3 Commits

2 changed files with 5 additions and 7 deletions

View File

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

View File

@ -27,6 +27,11 @@ export default async function (): Promise<PresetAsset> {
prettier: {
singleQuote: false,
},
tsconfig: {
compilerOptions: {
lib: ["ES2021"],
},
},
},
};
}