mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
Use esbuild to generate esm bundle
This commit is contained in:
parent
e5970628e0
commit
c4f6f6794a
8 changed files with 316 additions and 30 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"extends": "@tsconfig/node20/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
"noEmit": true,
|
||||
|
||||
"allowImportingTsExtensions": true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue