mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-10 12:31:32 -05:00
🔧 improving typechecker and lint local performance (#4710)
This commit is contained in:
committed by
GitHub
parent
26ee3179e1
commit
c4b4108eca
@@ -1,12 +1,17 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"allowJs": false,
|
||||
"noEmit": false,
|
||||
},
|
||||
"include": ["./typings", "./src/server/*"],
|
||||
"exclude": ["**/node_modules/*", "**/build/*", "**/lib-dist/*", "./src/server/bench.ts"],
|
||||
}
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"allowJs": false,
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["./typings", "./src/server/*"],
|
||||
"exclude": [
|
||||
"**/node_modules/*",
|
||||
"**/build/*",
|
||||
"**/lib-dist/*",
|
||||
"./src/server/bench.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user