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:
Matiss Janis Aboltins
2026-02-22 15:17:44 +00:00
parent 6488ca1ca9
commit f096cb01b8

View File

@@ -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": [