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
10
tsconfig.build.json
Normal file
10
tsconfig.build.json
Normal 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"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue