Updating dependencies.

This commit is contained in:
John Livingston
2024-09-10 09:49:21 +02:00
parent c561851bb6
commit 4b5f83c45f
10 changed files with 1331 additions and 3507 deletions

View File

@ -124,10 +124,7 @@ export default tseslint.config(
}
},
{
files: [
'server/**/*.js', 'server/**/*.ts'
// 'shared/**/*.js', 'shared/**/*.ts' // we also inlcude shared files here.
],
files: ['server/**/*.js', 'server/**/*.ts'],
languageOptions: {
ecmaVersion: 6,
globals: {
@ -136,7 +133,8 @@ export default tseslint.config(
parser: typescriptParser,
parserOptions: {
ecmaVersion: 2018,
project: './server/tsconfig.json'
project: './server/tsconfig.json',
projectService: true
}
}
},