diff --git a/gantt-chart/.cypress/tsconfig.json b/gantt-chart/.cypress/tsconfig.json new file mode 100644 index 0000000..36de33d --- /dev/null +++ b/gantt-chart/.cypress/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "allowJs": true, + "baseUrl": "../node_modules", + "types": ["cypress"] + }, + "include": ["**/*.*"] +}