13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm"
|
|
},
|
|
"references": [
|
|
{ "path": "../core" },
|
|
{ "path": "../node" }
|
|
],
|
|
"include": [
|
|
"./index.ts"
|
|
]
|
|
}
|