diff --git a/data/staticData.ts b/data/staticData.ts index 203a8c524ec..291725ca8c5 100644 --- a/data/staticData.ts +++ b/data/staticData.ts @@ -2,7 +2,8 @@ import path from 'path' import { readFile } from 'fs/promises' import { safeLoad } from 'js-yaml' import logger from '../lib/logger' - +//change +//resolve errors export async function loadStaticData (file: string) { const filePath = path.resolve('./data/static/' + file + '.yml') return await readFile(filePath, 'utf8') diff --git a/tsconfig.json b/tsconfig.json index 9628e705c86..9b7e12d2035 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ ] }, "include" : [ + "abc", "cypress/**/*.ts", "data/**/*.ts", "lib/**/*.ts",