mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 09:31:33 +00:00
Upgrade eslint
This commit is contained in:
parent
f81aac8ad0
commit
00461c6632
7 changed files with 629 additions and 364 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue