ERROR in resources/scripts/blueprint/components/Server/Files/Edit/BeforeEdit.tsx:2:56
TS2307: Cannot find module '@/blueprint/extensions/pteromonaco/Editor' or its corresponding type declarations.
1 | import React from 'react';
> 2 | /* blueprint/import */import PteromonacoComponent from '@/blueprint/extensions/pteromonaco/Editor';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |
4 | export default () => {
5 | return (
error Command failed with exit code 2.
ERROR in resources/scripts/blueprint/components/Server/Files/Edit/BeforeEdit.tsx:2:56
TS2307: Cannot find module '@/blueprint/extensions/pteromonaco/Editor' or its corresponding type declarations.
1 | import React from 'react';
> 2 | /* blueprint/import */import PteromonacoComponent from '@/blueprint/extensions/pteromonaco/Editor';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |
4 | export default () => {
5 | return (
error Command failed with exit code 2.