mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -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>
17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2021"],
|
|
"noEmit": false,
|
|
"outDir": "build"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"migrations/**/*",
|
|
"types/**/*",
|
|
"app.ts",
|
|
"bin/**/*"
|
|
],
|
|
"exclude": ["node_modules", "build", "coverage"]
|
|
}
|