aria-iuvo/tsconfig.json
Naomi Carrigan bbf5508329
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 41s
feat: add tests for i18n
2025-02-10 14:32:02 -08:00

8 lines
190 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["test/**/*.ts", "vitest.config.ts"]
}