기타/에러

augmentations for the global scope can only be directly nested in external modules ts(2669)

realtrynna 2022. 6. 2. 20:45

augmentations for the global scope can only be directly nested in external modules ts(2669)

 

- declare global 사용 시 external/ambient 모듈 둘 중 하나를 사용해야 한다.

 

 

- 실제 사용 할 모듈을 불러오거나 export {} 등을 사용하여 import/export 둘 중 하나를 선언해야한다.