简体   繁体   English

tsconfig.json 的编译器选项它们从何而来?

[英]tsconfig.json 's compiler options where do they come from?

I'm working with Typescript in NestJs.我正在 NestJs 中使用 Typescript。 I have added some packages but I don't know which one made this change "checkJs": false, "skipLibCheck": true Is there any way to figure out which one did this?我已经添加了一些包,但我不知道是哪个包做了这个更改"checkJs": false, "skipLibCheck": true有没有办法确定是哪个包做了这个?

Packages shouldn't ever be changing your TSConfig.json file.包不应该改变你的 TSConfig.json 文件。 I certainly haven't heard of any doing that.我当然没有听说过有人这样做。

If you're using Git, you can check the commit history and see at what point that got changed.如果您使用的是 Git,您可以检查提交历史并查看更改的时间点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 TypeScript编译器忽略tsconfig.json中的声明文件 - TypeScript compiler ignores declaration file in tsconfig.json 将tsconfig.json放置在Symfony Encore中以定义TypeScript配置? - Where to place tsconfig.json in Symfony Encore to define TypeScript config? 为什么打字稿编译器会在服务器启动时更改我的 tsconfig.json 文件? - Why is typescript compiler changing my tsconfig.json file on server start up? Typescript 编译器在 tsconfig.json 上包含文件时找不到绝对路径 - Typescript compiler not finding absolute paths when including files on tsconfig.json TypeScript 编译器错误,同时找到 `tsconfig.json` 中提到的绝对路径 - TypeScript compiler error while finding absolute paths mentioned in `tsconfig.json` 为什么普通的 json 文件不允许评论,而 tsconfig.json 允许评论? - Why normal json files don't allow comments where as tsconfig.json allow comment? tsconfig.json 路径在构建中未解析 - tsconfig.json paths are not resolved in build 如何修复未找到 tsconfig.json 模块? - How to fix tsconfig.json module not found? tsconfig.json 中 TARGET 属性的影响 - Effect of TARGET property inside tsconfig.json 将tsconfig.json属性添加到Gulp任务 - Add tsconfig.json properties to Gulp task
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM