From 3826f3d972915f029aa9bf3d3c1cfbbb87f22581 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Thu, 2 Sep 2021 12:03:14 -0700 Subject: [PATCH] Add tsconfig Signed-off-by: Joshua Li --- gantt-chart/.cypress/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gantt-chart/.cypress/tsconfig.json 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": ["**/*.*"] +}