diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json new file mode 100644 index 0000000..22edb84 --- /dev/null +++ b/cypress/tsconfig.json @@ -0,0 +1,11 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "rootDir": ".", + "types": ["cypress", "node"] + }, + "include": [ + "**/*.ts", + "**/*.tsx" + ] +} diff --git a/tsconfig.json b/tsconfig.json index 5765297..1f51f8b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,7 @@ "outDir": "build", "skipLibCheck": true, "noImplicitAny": false, + "ignoreDeprecations": "6.0", "paths": { "@components/*": ["src/frontend/components/*"], "@components": ["src/frontend/components"],