17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm"
|
|
},
|
|
"include": [
|
|
"./index.ts",
|
|
"./utils.ts",
|
|
],
|
|
"references": [
|
|
{ "path": "../core" },
|
|
{ "path": "../sqlite" },
|
|
{ "path": "../dispatcher" },
|
|
{ "path": "../html-parser" },
|
|
{ "path": "../markdown-parser" }
|
|
]
|
|
}
|