<p>Hello, i have an issue with the build frontend depending on this addon,

Hello, i have an issue with the build frontend depending on this addon, see the log:


2023-11-09 14:12:49.973 INFO 28972 --- [onPool-worker-9] dev-webpack               : Running webpack to compile frontend resources. This may take a moment, please stand by...

2023-11-09 14:13:00.823 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196mERROR in ../node_modules/@vaadin/flow-frontend/vaadin-full-calendar/full-calendar.tse[0m

2023-11-09 14:13:00.824 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196mModule build failed (from ../node_modules/ts-loader/index.js):e[0m

2023-11-09 14:13:00.824 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196mError: TypeScript emitted no output for C:\git\kundm\KundMV2\KundMWebV2\node_modules\@vaadin\flow-frontend\vaadin-full-calendar\full-calendar.ts. By default, ts-loader will not compile .ts files in node_modules.e[0m

2023-11-09 14:13:00.824 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196mYou should not need to recompile .ts files there, but if you really want to, use the allowTsInNodeModules option.e[0m

2023-11-09 14:13:00.824 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196mSee: https://github.com/Microsoft/TypeScript/issues/12358e[0m

2023-11-09 14:13:00.824 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196m  at makeSourceMapAndFinish (C:\git\kundm\KundMV2\KundMWebV2\node_modules\ts-loader\dist\index.js:53:18)e[0m

2023-11-09 14:13:00.824 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196m  at successLoader (C:\git\kundm\KundMV2\KundMWebV2\node_modules\ts-loader\dist\index.js:40:5)e[0m

2023-11-09 14:13:00.825 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196m  at Object.loader (C:\git\kundm\KundMV2\KundMWebV2\node_modules\ts-loader\dist\index.js:23:5)e[0m

2023-11-09 14:13:00.825 ERROR 28972 --- [    webpack] dev-webpack               : e[38;5;196m @ ../target/frontend/generated-flow-imports.js 62:0-69e[0m

2023-11-09 14:13:00.825 INFO 28972 --- [onPool-worker-9] dev-webpack               : Started webpack-dev-server. Time: 10855ms


I have already set @EnableVadin to this package but still not possible to compile the frontend. Any suggstions? Thanks