mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 02:44:20 +00:00
chore: exclude jest.config.ts in tsconfig
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
6fd2b4ea22
commit
c2448df31e
1 changed files with 2 additions and 2 deletions
|
@ -60,5 +60,5 @@
|
||||||
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
||||||
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
|
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "**/*.test.ts"]
|
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts"]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue