refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065)

This commit is contained in:
Sébastien Lorber 2024-04-19 21:03:32 +02:00 committed by GitHub
parent e736dcb879
commit f88da6c66d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 149 additions and 228 deletions

2
.eslintrc.js vendored
View file

@ -32,7 +32,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
// tsconfigRootDir: __dirname,
// project: ['./tsconfig.json', './website/tsconfig.json'],
// project: ['./tsconfig.base.json', './website/tsconfig.base.json'],
},
globals: {
JSX: true,