All checks were successful
continuous-integration/drone/push Build is passing
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>
13 lines
278 B
JSON
13 lines
278 B
JSON
{
|
|
"extends": "@vigdorov/typescript-config/node",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"strict": false,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": false,
|
|
"strictBindCallApply": false,
|
|
"noFallthroughCasesInSwitch": false
|
|
}
|
|
}
|