UNPKG

affiliate

Version:

A platform agnostic tool to quickly add affiliate links onto your website

18 lines 1.19 kB
{ "compilerOptions": { "target": "ES2018", /* Specify ECMAScript target version, targeting Node 14+ equivalent compatibility, see node.green */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ "declaration": true, /* Generates corresponding '.d.ts' file. */ "sourceMap": true, /* Generates corresponding '.map' file. */ "outDir": "./dist/node", /* Redirect output structure to the directory. */ "rootDir": ".", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ "composite": true, /* Enable project compilation */ "strict": true, /* Enable all strict type-checking options. */ "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ "skipLibCheck": true, /* Skip type checking of declaration files. */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "include": [ "./src/**/*.ts" ], }