UNPKG

@ara-web/sds

Version:

Write code faster without worry about future debts or scalability in the future

12 lines (9 loc) 208 B
/// <reference types="vitest" /> import { defineConfig } from 'vitest/config' export default defineConfig({ test: { typecheck: { tsconfig: "./tsconfig.test.json" } }, })