fix: add .releaserc.json to gitignore
This commit is contained in:
parent
470ff93fee
commit
a892d3557e
|
@ -28,6 +28,7 @@ export default async function (): Promise<PresetAsset> {
|
||||||
prettier: {
|
prettier: {
|
||||||
singleQuote: false,
|
singleQuote: false,
|
||||||
},
|
},
|
||||||
|
gitignore: [".releaserc.json"],
|
||||||
tsconfig: {
|
tsconfig: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
lib: ["ES2021", "dom"],
|
lib: ["ES2021", "dom"],
|
||||||
|
|
Loading…
Reference in New Issue