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"
|
"presetter-preset-strict"
|
||||||
],
|
],
|
||||||
"config": {
|
"config": {
|
||||||
"tsconfig": {
|
|
||||||
"compilerOptions": {
|
|
||||||
"lib": [
|
|
||||||
"ES2021"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"singleQuote": false
|
"singleQuote": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,6 +27,11 @@ export default async function (): Promise<PresetAsset> {
|
||||||
prettier: {
|
prettier: {
|
||||||
singleQuote: false,
|
singleQuote: false,
|
||||||
},
|
},
|
||||||
|
tsconfig: {
|
||||||
|
compilerOptions: {
|
||||||
|
lib: ["ES2021"],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue