flake8
passed.
JSHint
passed.
Review Request #13587 — Created Feb. 28, 2024 and submitted
tsconfig.json
has now been split into two files:
tsconfig.json
, which handles basic type checking forsrc/ink/js/
andsrc/stories/
.
tsconfig.build.json
, which handles the actual build process for
d.ts
files, limited tosrc/ink/js/
.When we run
tsc
to generate the type file, we limit this to
tsconfig.build.json
. This ensures we only generate types for Ink, and
not for any story files or anything innode_modules
.
Successfully built the TypeScript codebase, and verified it was limited
to Ink code.Verified that type checking still worked in story files.
Summary | ID |
---|---|
f20ad2c01099d0a61e1e42cf8b2c3d49308675d4 |