mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #14] [MERGED] fix typescript declaration #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-core#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-core/pull/14
Author: @Mitsichury
Created: 8/21/2022
Status: ✅ Merged
Merged: 8/29/2022
Merged by: @appy-one
Base:
master← Head:fix/ttypescript📝 Commits (1)
142302bshould do the trick📊 Changes
1 file changed (+6 additions, -4 deletions)
View changed files
📝
src/simple-event-emitter.ts(+6 -4)📄 Description
Hi :)
Since the last release of acebase package the typescript linter won't authorize compilation.
I have enable the strict mode for my project.
The compiler look for all typescript files even in node_modules (known issue).
The export declaration works with include declaration for excpetion but does not configure the compiler to exlcude node modules :(
SkipLibCheck is meant to avoid d.ts files.
A solution is to avoid packaging ts files when deploying.
Could you add this modification please ? :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.