Skip to content

Commit

Permalink
Remove ulog from tsconfig
Browse files Browse the repository at this point in the history
This is to accommodate lf-lang/reactor-ts#237
  • Loading branch information
axmmisaka committed Oct 12, 2023
1 parent 7af2e84 commit 1114ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowJs": true,
"target": "esnext",
"module": "CommonJS",
"types": ["node", "@lf-lang/reactor-ts", "ulog", "microtime", "command-line-args", "command-line-usage"],
"types": ["node", "@lf-lang/reactor-ts", "microtime", "command-line-args", "command-line-usage"],
"typeRoots": ["./node_modules/@types/", "./node_modules/@lf-lang/reactor-ts/src/core/@types/"],
"esModuleInterop": true,
"isolatedModules": true,
Expand Down

0 comments on commit 1114ab7

Please sign in to comment.