1fb726d48Sopenharmony_ci{ 2fb726d48Sopenharmony_ci "compilerOptions": { 3fb726d48Sopenharmony_ci "experimentalDecorators": true, 4fb726d48Sopenharmony_ci /* Visit https://aka.ms/tsconfig.json to read more about this file */ 5fb726d48Sopenharmony_ci 6fb726d48Sopenharmony_ci /* Basic Options */ 7fb726d48Sopenharmony_ci // "incremental": true, /* Enable incremental compilation */ 8fb726d48Sopenharmony_ci "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ 9fb726d48Sopenharmony_ci "module": "ES2022", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ 10fb726d48Sopenharmony_ci // "lib": [], /* Specify library files to be included in the compilation. */ 11fb726d48Sopenharmony_ci "allowJs": true, /* Allow javascript files to be compiled. */ 12fb726d48Sopenharmony_ci // "checkJs": true, /* Report errors in .js files. */ 13fb726d48Sopenharmony_ci // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ 14fb726d48Sopenharmony_ci // "declaration": true, /* Generates corresponding '.d.ts' file. */ 15fb726d48Sopenharmony_ci // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ 16fb726d48Sopenharmony_ci // "sourceMap": true, /* Generates corresponding '.map' file. */ 17fb726d48Sopenharmony_ci // "outFile": "./", /* Concatenate and emit output to single file. */ 18fb726d48Sopenharmony_ci// "outDir": "./dist", /* Redirect output structure to the directory. */ 19fb726d48Sopenharmony_ci// "rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ 20fb726d48Sopenharmony_ci // "composite": true, /* Enable project compilation */ 21fb726d48Sopenharmony_ci // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */ 22fb726d48Sopenharmony_ci // "removeComments": true, /* Do not emit comments to output. */ 23fb726d48Sopenharmony_ci // "noEmit": true, /* Do not emit outputs. */ 24fb726d48Sopenharmony_ci // "importHelpers": true, /* Import emit helpers from 'tslib'. */ 25fb726d48Sopenharmony_ci // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ 26fb726d48Sopenharmony_ci // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ 27fb726d48Sopenharmony_ci 28fb726d48Sopenharmony_ci /* Strict Type-Checking Options */ 29fb726d48Sopenharmony_ci "strict": true, /* Enable all strict type-checking options. */ 30fb726d48Sopenharmony_ci// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ 31fb726d48Sopenharmony_ci // "strictNullChecks": true, /* Enable strict null checks. */ 32fb726d48Sopenharmony_ci // "strictFunctionTypes": true, /* Enable strict checking of function types. */ 33fb726d48Sopenharmony_ci // "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */ 34fb726d48Sopenharmony_ci // "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */ 35fb726d48Sopenharmony_ci // "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */ 36fb726d48Sopenharmony_ci// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ 37fb726d48Sopenharmony_ci 38fb726d48Sopenharmony_ci /* Additional Checks */ 39fb726d48Sopenharmony_ci // "noUnusedLocals": true, /* Report errors on unused locals. */ 40fb726d48Sopenharmony_ci // "noUnusedParameters": true, /* Report errors on unused parameters. */ 41fb726d48Sopenharmony_ci // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ 42fb726d48Sopenharmony_ci // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ 43fb726d48Sopenharmony_ci 44fb726d48Sopenharmony_ci /* Module Resolution Options */ 45fb726d48Sopenharmony_ci // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ 46fb726d48Sopenharmony_ci // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ 47fb726d48Sopenharmony_ci // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ 48fb726d48Sopenharmony_ci // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ 49fb726d48Sopenharmony_ci // "typeRoots": [], /* List of folders to include type definitions from. */ 50fb726d48Sopenharmony_ci // "types": [], /* Type declaration files to be included in compilation. */ 51fb726d48Sopenharmony_ci "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ 52fb726d48Sopenharmony_ci// "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ 53fb726d48Sopenharmony_ci // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ 54fb726d48Sopenharmony_ci // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ 55fb726d48Sopenharmony_ci 56fb726d48Sopenharmony_ci /* Source Map Options */ 57fb726d48Sopenharmony_ci // "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */ 58fb726d48Sopenharmony_ci // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ 59fb726d48Sopenharmony_ci // "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */ 60fb726d48Sopenharmony_ci // "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ 61fb726d48Sopenharmony_ci 62fb726d48Sopenharmony_ci /* Experimental Options */ 63fb726d48Sopenharmony_ci // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ 64fb726d48Sopenharmony_ci // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ 65fb726d48Sopenharmony_ci 66fb726d48Sopenharmony_ci /* Advanced Options */ 67fb726d48Sopenharmony_ci "skipLibCheck": true, /* Skip type checking of declaration files. */ 68fb726d48Sopenharmony_ci "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ 69fb726d48Sopenharmony_ci }, 70fb726d48Sopenharmony_ci "files": ["src/index.ts"], 71fb726d48Sopenharmony_ci} 72