prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
at main 11 lines 276 B view raw
1import { setup } from "@ark/attest"; 2 3// config options can be passed here 4export default () => 5 setup({ 6 // Set to true during development to skip type checking (faster) 7 skipTypes: false, 8 9 // Fail if benchmarks deviate by more than 20% 10 benchPercentThreshold: 20, 11 });