()
| 202 | return isCustomElement |
| 203 | }, |
| 204 | set() { |
| 205 | warn( |
| 206 | `The \`isCustomElement\` config option is deprecated. Use ` + |
| 207 | `\`compilerOptions.isCustomElement\` instead.`, |
| 208 | ) |
| 209 | }, |
| 210 | }) |
| 211 | |
| 212 | const compilerOptions = app.config.compilerOptions |