Skip to content

tsconfig.json: declaration/declarationMap enabled for an application #98

Description

@DeFiVC

Problem

tsconfig.json has declaration: true and declarationMap: true. This generates .d.ts declaration files and declaration maps.

This is an application, not a library — generating declarations serves no purpose and increases build output size and build time.

Fix

Set declaration: false and declarationMap: false.

Severity

Low — unnecessary build overhead.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions