Do not run prettier on dist

This commit is contained in:
dancoffman 2022-11-03 22:37:56 -07:00
parent 7668c4ffa4
commit b031251f59
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1,3 @@
# Ignore artifacts:
build
dist

View File

@ -3,10 +3,7 @@
"declaration": true,
"declarationDir": "dist/dts",
"target": "esnext",
"esModuleInterop": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"strict": true
}
}