mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-12 17:43:02 +03:00
fcd43033fe
- moved `appSettingAtom` to infra since we now have different packages that depends on it. There is no better place to fit in for now - use atomEffect to sync setting changes to updater related configs to Electron side - refactored how Electron reacts to updater config changes.
15 lines
233 B
JSON
15 lines
233 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../../tests/fixtures"
|
|
}
|
|
]
|
|
}
|