인프런 커뮤니티 질문&답변
왜 tsconfig.json이 틀리게 보일가요?
해결된 질문
작성
·
192
0
제가 만든 프로젝트에는 아래와 같은 json이 보일뿐입니다.
// prettier-ignore { "extends": "@tsconfig/react-native/tsconfig.json", /* Recommended React Native TSConfig base */ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ /* Completeness */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ } }
기다리겠습니다. 고맙습니다.
답변 1
1
제로초(조현영)
지식공유자
그새 또 바뀌었네요.
node_modules/@tsconfig/react-native/tsconfig.json를 상속한다는 뜻입니다. 이 위치에 파일이 있고, tsconfig.json에는 여기랑 달라지는 부분만 적으시면 됩니다.





