Skip to content

Commit

Permalink
inoxjs: rename the TS config file for Preact signals
Browse files Browse the repository at this point in the history
This is done in order to enable checking of other JS files in VSCode.
  • Loading branch information
GraphR00t committed May 4, 2024
1 parent 5f21722 commit 71462a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/transpile-preact-signals.ix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

const (
TS_CONFIG_FILE = ./internal/inoxjs/tsconfig.json
TS_CONFIG_FILE = ./internal/inoxjs/preact-tsconfig.json
OUTPUT_JS_FILE = ./internal/inoxjs/preact-signals.js
OUTPUT_DECLARATION_FILE = ./internal/inoxjs/preact-signals.d.ts

Expand Down

0 comments on commit 71462a1

Please sign in to comment.