mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 02:42:13 +00:00
feat(url-manager): better support for ESM
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
04753c07da
commit
486312ec8c
@ -1,11 +1,7 @@
|
||||
{
|
||||
"extends": "../config/tsconfig.esm.json",
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist/esm",
|
||||
"declaration": false,
|
||||
"declarationDir": null
|
||||
},
|
||||
"files": [
|
||||
"src/URLManager.ts"
|
||||
]
|
||||
"outDir": "./dist/esm",
|
||||
"module": "ESNext"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user