Explorar o código

add tsconfig.json

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
1bd022e335
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      packages/app/cypress/tsconfig.json

+ 13 - 0
packages/app/cypress/tsconfig.json

@@ -0,0 +1,13 @@
+{
+  "extends": "../tsconfig.json",
+  "compilerOptions": {
+    "noEmit": true,
+    // be explicit about types included
+    // to avoid clashing with Jest types
+    "types": ["cypress"]
+  },
+  "include": [
+    "../node_modules/cypress",
+    "./**/*.ts"
+  ]
+}