Merge remote-tracking branch '494/patch-1' into ncalteen-format

This commit is contained in:
Nick Alteen
2023-08-24 10:33:53 -04:00

View File

@ -11,7 +11,8 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"newLine": "lf"
},
"exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"]
}