const config = { '*.{ts,tsx}': () => 'tsc -p tsconfig.json --noEmit', '*': 'prettier --write', } export default config