2021-05-23 01:56:59 +03:00
|
|
|
{
|
2024-08-13 04:53:07 +03:00
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist/esm"
|
|
|
|
},
|
|
|
|
"references": [
|
|
|
|
{ "path": "../core" },
|
|
|
|
{ "path": "../node" }
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"./index.ts"
|
|
|
|
]
|
2021-05-23 01:56:59 +03:00
|
|
|
}
|