config updates

This commit is contained in:
Dan Finch 2026-05-02 00:18:02 +02:00
parent 55370f2e98
commit a28662b9bd
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,6 @@
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"outDir": "lib"
"noEmit": true
}
}

View file

@ -41,6 +41,7 @@ export default defineConfig({
"prefer-for-of": "off",
"switch-case-braces": "off",
"require-module-specifiers": "off",
"no-namespace": "off",
},
ignorePatterns: ["**/*.gen.ts"],
})