Typescript가 이름 창 또는 문서를 찾을 수 없습니다. 두 경우 모두 : document.getElementById('body'); // or window.document.getElementById('body'); 나는 얻다 error TS2304: Cannot find name 'window'. tsconfig.json설치해야하는 정의 파일 에 누락 된 것이 있습니까? 나는 실행할 때 메시지가 tsc와에서vscode tsconfig.json : { "compilerOptions": { "allowJs": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "jsx": "react", "module": "commonjs", "..