Skip to content

Commit 1237bc8

Browse files
fix(flags): adjust path of dist-typings in tsconfig
1 parent 68897d0 commit 1237bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/flags/js/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// This will match all .ts, .tsx, .d.ts, .js, .jsx files in your `src` folder
55
// and also tells your Typescript server to read core's global typings for
66
// access to `dayjs` and `$` in the global namespace.
7-
"include": ["src/**/*", "../../../*/*/js/dist-typings/@types/**/*", "@types/**/*"],
7+
"include": ["src/**/*", "../../../framework/core/js/dist-typings/@types/**/*", "@types/**/*"],
88
"compilerOptions": {
99
// This will output typings to `dist-typings`
1010
"declarationDir": "./dist-typings",

0 commit comments

Comments
 (0)