Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ets执行时,tsconfig.json的extends里的内容没有被加载进来 #112

Open
ChenPt opened this issue Apr 19, 2024 · 1 comment · May be fixed by #111
Open

ets执行时,tsconfig.json的extends里的内容没有被加载进来 #112

ChenPt opened this issue Apr 19, 2024 · 1 comment · May be fixed by #111

Comments

@ChenPt
Copy link

ChenPt commented Apr 19, 2024

项目tsconfig.json配置如下

{
  "extends": "@tsconfig/tsconfig.node.json",
  "compilerOptions": {
    "module": "CommonJS",
    "declaration": true,
  },
}

extends里的配置包含了"skipLibCheck": true,因为extends里的内容没有被加载,从而导致config.default.ts的声明没有被输出到typings/config中。

@ChenPt
Copy link
Author

ChenPt commented Apr 19, 2024

我提了两个PR,处理1.x和2.x版本
#110
#111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant