2025-01-08 04:07:56 +00:00

18 lines
437 B
JSON

{
"extends": "../../../../tsconfig.web.json",
"compilerOptions": {
"rootDir": "./src",
// dist is kept for webpack output
"outDir": "./lib",
"tsBuildInfoFile": "./lib/tsconfig.tsbuildinfo"
},
"include": ["./src"],
"references": [
{ "path": "../../component" },
{ "path": "../../core" },
{ "path": "../../electron-api" },
{ "path": "../../i18n" },
{ "path": "../../../../tools/utils" }
]
}