mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
* Update oxlint and oxfmt versions, add suppressions for warnings * Add release notes for PR #6560 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowJs": false,
|
|
"noEmit": false
|
|
},
|
|
"include": ["./typings", "./src/server/*"],
|
|
"exclude": [
|
|
"**/node_modules/*",
|
|
"**/build/*",
|
|
"**/lib-dist/*",
|
|
"./src/server/bench.ts"
|
|
]
|
|
}
|