Skip to content

Commit

Permalink
INT-3274: Fixed storybook warnings about included unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Mar 21, 2024
1 parent 13ebc8d commit a3d233a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"resolveJsonModule": true,
"target": "ES2022"
},
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
"include": ["../src/**/*", "./preview.ts", "../stories/**/*", "../tinymce-angular-component/src/**/*"]
"include": ["../stories/**/*.ts", "./preview.ts"]
}

0 comments on commit a3d233a

Please sign in to comment.