Upgrade eslint

This commit is contained in:
Alex Miller 2024-09-11 13:03:47 +12:00
parent f81aac8ad0
commit 00461c6632
7 changed files with 629 additions and 364 deletions

View file

@ -1,8 +1,6 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"outDir": "./lib", /* Redirect output structure to the directory. */
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
},
"exclude": ["node_modules", "**/*.test.ts"]
"noEmit": true
}
}