提交 31310d8f 编写于 作者: T Tomas Vik

chore: update CI and TypeScript to node 14

上级 d540d298
......@@ -15,7 +15,7 @@ default:
tags:
- gitlab-org
image: node:12-slim
image: node:14-slim
stages:
- test
......
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"target": "es2020",
"outDir": "out",
// we need to include dom library for msw to work, see https://github.com/mswjs/msw/issues/408
"lib": ["es6", "dom"],
"lib": ["es2020", "dom"],
"allowJs": true,
"resolveJsonModule": true,
"skipLibCheck": true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册