Files
simple-storage/tsconfig.json
vigdorov 2d1d625dd4
All checks were successful
continuous-integration/drone/push Build is passing
chore: migrate to @vigdorov/* shared configs (eslint, prettier, typescript)
Replace project-local ESLint, Prettier, and TypeScript configs
with shared packages from dev-configs monorepo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 00:57:46 +03:00

13 lines
278 B
JSON

{
"extends": "@vigdorov/typescript-config/node",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"strict": false,
"strictNullChecks": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
}
}