Do not run prettier on dist
This commit is contained in:
parent
7668c4ffa4
commit
b031251f59
|
@ -1,2 +1,3 @@
|
|||
# Ignore artifacts:
|
||||
build
|
||||
dist
|
||||
|
|
|
@ -3,10 +3,7 @@
|
|||
"declaration": true,
|
||||
"declarationDir": "dist/dts",
|
||||
"target": "esnext",
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue