@citolab/qti-extended

@citolab/qti-extended is an web extension to the @citolab/qti-components library
License
The source code is not public available, you can use this experimental npm package,
but its likely to change often and have breaking changes
exports the following extensions on QTI
"@citolab/qti-extended/qti-custom-operator"
"@citolab/qti-extended/qtie-item-preview"
"@citolab/qti-extended/qti-transform"
"@citolab/qti-extended/qtie-test"
"@citolab/qti-extended/qtie-item"
commit!
to get rid of errors
biologie-plus.stories.tsx
import testCss from './biologie-plus-test.css?inline';
add types folder to project
add declarations.d.ts to folder
declare module '*.css?inline' {
const content: string;
export default content;
}
tsconfig.json
+ "include": ["types/**/*.d.ts"],
.eslintignore
+ types/declarations.d.ts