mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 10:52:11 +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": {
|
"compilerOptions": {
|
||||||
"outDir": "dist/esm",
|
"outDir": "./dist/esm",
|
||||||
"declaration": false,
|
"module": "ESNext"
|
||||||
"declarationDir": null
|
}
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"src/URLManager.ts"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user