Compare commits
3 Commits
7c5c00e0c9
...
c481026b98
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | c481026b98 | |
Derrick Hammer | c15b279d63 | |
Derrick Hammer | 2183387a3f |
|
@ -3,13 +3,6 @@
|
|||
"presetter-preset-strict"
|
||||
],
|
||||
"config": {
|
||||
"tsconfig": {
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"ES2021"
|
||||
]
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": false
|
||||
}
|
||||
|
|
|
@ -27,6 +27,11 @@ export default async function (): Promise<PresetAsset> {
|
|||
prettier: {
|
||||
singleQuote: false,
|
||||
},
|
||||
tsconfig: {
|
||||
compilerOptions: {
|
||||
lib: ["ES2021"],
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue