提交 9b11b78b 编写于 作者: fxy060608's avatar fxy060608

chore: skipLibCheck

上级 c521deb7
......@@ -89,6 +89,7 @@ function createConfig(entryFile, output, buildOption) {
sourceMap: output.sourcemap,
declaration: shouldEmitDeclarations,
declarationMap: false,
skipLibCheck: true,
},
exclude: ['**/__tests__', 'test-dts'],
},
......
......@@ -9,6 +9,7 @@
"outDir": "dist",
"module": "commonjs",
"lib": ["ESNext", "DOM"],
"sourceMap": false
"sourceMap": false,
"skipLibCheck": true
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册