mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 18:19:44 -05:00
Update TypeScript configuration in api package to reposition the typescript-strict-plugin entry. This change improves the organization of the tsconfig.json file while maintaining the existing path mapping for loot-core, ensuring consistent type checking across the project.
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"declarationDir": "@types",
|
||||
"plugins": [{ "name": "typescript-strict-plugin", "paths": ["."] }],
|
||||
"paths": {
|
||||
"loot-core/*": ["../loot-core/src/*"]
|
||||
}
|
||||
},
|
||||
"plugins": [{ "name": "typescript-strict-plugin", "paths": ["."] }]
|
||||
},
|
||||
"include": ["."],
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user