mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"esModuleInterop": true,
|
|
"composite": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [{ "path": "../../packages/backend" }]
|
|
}
|