mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
// noinspection JSUnusedGlobalSymbols,JSUnresolvedReference
|
|
module.exports = {
|
|
compilerOptions: {
|
|
isCustomElement: tag => tag === 'model-viewer'
|
|
}
|
|
} |