diff --git a/demo/full/tsconfig.json b/demo/full/tsconfig.json index bb60c8df6e5..908c1b67c33 100644 --- a/demo/full/tsconfig.json +++ b/demo/full/tsconfig.json @@ -21,6 +21,7 @@ ] }, "include": [ + "../../src/globals.prod.d.ts", "./scripts/**/*" ] }