21 lines
424 B
JSON
21 lines
424 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "./src",
|
||
|
"types": [
|
||
|
"bun-types",
|
||
|
"vite/client"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"./src",
|
||
|
],
|
||
|
"references": [
|
||
|
{ "path": "../core" },
|
||
|
{ "path": "../dispatcher" },
|
||
|
{ "path": "../html-parser" },
|
||
|
{ "path": "../markdown-parser" }
|
||
|
]
|
||
|
}
|