mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:00:06 -05:00
♻️ (synced-prefs) refactor some SyncedPrefs to string type (#3395)
This commit is contained in:
committed by
GitHub
parent
21dc573f3f
commit
95ed7aaf27
@@ -31,14 +31,14 @@
|
||||
"noEmit": true,
|
||||
"paths": {
|
||||
// until we turn on composite/references
|
||||
"loot-core/*": ["./packages/loot-core/src/*"],
|
||||
"loot-core/*": ["./packages/loot-core/src/*"]
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-strict-plugin",
|
||||
"path": ["./packages"],
|
||||
},
|
||||
],
|
||||
"path": ["./packages"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": ["packages/**/*"],
|
||||
"exclude": [
|
||||
@@ -48,10 +48,11 @@
|
||||
"**/client-build/*",
|
||||
"**/dist/*",
|
||||
"**/lib-dist/*",
|
||||
"**/test-results/*"
|
||||
],
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
},
|
||||
},
|
||||
"module": "CommonJS"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user