11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "compilerOptions": {
31cb0ef41Sopenharmony_ci    /* Visit https://aka.ms/tsconfig to read more about this file */
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci    /* Projects */
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ci    /* Language and Environment */
81cb0ef41Sopenharmony_ci    "target": "es2016",                                  /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
91cb0ef41Sopenharmony_ci    // "lib": [],                                        /* Specify a set of bundled library declaration files that describe the target runtime environment. */
101cb0ef41Sopenharmony_ci    // "noLib": true,                                    /* Disable including any library files, including the default lib.d.ts. */
111cb0ef41Sopenharmony_ci    "useDefineForClassFields": true,                     /* Emit ECMAScript-standard-compliant class fields. */
121cb0ef41Sopenharmony_ci    // "moduleDetection": "auto",                        /* Control what method is used to detect module-format JS files. */
131cb0ef41Sopenharmony_ci
141cb0ef41Sopenharmony_ci    /* Modules */
151cb0ef41Sopenharmony_ci    "module": "commonjs",                                /* Specify what module code is generated. */
161cb0ef41Sopenharmony_ci    // "rootDir": "./",                                  /* Specify the root folder within your source files. */
171cb0ef41Sopenharmony_ci    // "moduleResolution": "node10",                     /* Specify how TypeScript looks up a file from a given module specifier. */
181cb0ef41Sopenharmony_ci    // "baseUrl": "./",                                  /* Specify the base directory to resolve non-relative module names. */
191cb0ef41Sopenharmony_ci    // "paths": {},                                      /* Specify a set of entries that re-map imports to additional lookup locations. */
201cb0ef41Sopenharmony_ci    // "rootDirs": [],                                   /* Allow multiple folders to be treated as one when resolving modules. */
211cb0ef41Sopenharmony_ci    "typeRoots": ["types"],                              /* Specify multiple folders that act like './node_modules/@types'. */
221cb0ef41Sopenharmony_ci    "resolveJsonModule": true,                           /* Enable importing .json files. */
231cb0ef41Sopenharmony_ci    // "allowArbitraryExtensions": true,                 /* Enable importing files with any extension, provided a declaration file is present. */
241cb0ef41Sopenharmony_ci
251cb0ef41Sopenharmony_ci    /* JavaScript Support */
261cb0ef41Sopenharmony_ci    "allowJs": true,                                     /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
271cb0ef41Sopenharmony_ci    "checkJs": true,                                     /* Enable error reporting in type-checked JavaScript files. */
281cb0ef41Sopenharmony_ci    "maxNodeModuleJsDepth": 1,                           /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
291cb0ef41Sopenharmony_ci
301cb0ef41Sopenharmony_ci    /* Emit */
311cb0ef41Sopenharmony_ci    "declaration": true,                                 /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
321cb0ef41Sopenharmony_ci    "declarationMap": true,                              /* Create sourcemaps for d.ts files. */
331cb0ef41Sopenharmony_ci    "noEmit": true,                                      /* Disable emitting files from a compilation. */
341cb0ef41Sopenharmony_ci
351cb0ef41Sopenharmony_ci    /* Interop Constraints */
361cb0ef41Sopenharmony_ci    "allowSyntheticDefaultImports": true,                /* Allow 'import x from y' when a module doesn't have a default export. */
371cb0ef41Sopenharmony_ci    "esModuleInterop": true,                             /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
381cb0ef41Sopenharmony_ci    "forceConsistentCasingInFileNames": true,            /* Ensure that casing is correct in imports. */
391cb0ef41Sopenharmony_ci
401cb0ef41Sopenharmony_ci    /* Type Checking */
411cb0ef41Sopenharmony_ci    "strict": true,                                      /* Enable all strict type-checking options. */
421cb0ef41Sopenharmony_ci
431cb0ef41Sopenharmony_ci    /* Completeness */
441cb0ef41Sopenharmony_ci    //"skipLibCheck": true                                 /* Skip type checking all .d.ts files. */
451cb0ef41Sopenharmony_ci  },
461cb0ef41Sopenharmony_ci  "exclude": [
471cb0ef41Sopenharmony_ci    "coverage"
481cb0ef41Sopenharmony_ci  ]
491cb0ef41Sopenharmony_ci}
50