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

10
tsconfig.build.json Normal file
View file

@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"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"]
}