mirror of
https://gitee.com/Charles7c/github-contributor-svg-generator.git
synced 2025-09-03 14:57:14 +08:00
16 lines
1.3 KiB
JSON
16 lines
1.3 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
|
|
"module": "esnext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
|
|
"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. */
|
|
"types": [
|
|
"node", /* Include NodeJS-specific types. */
|
|
], /* Type declaration files to be included in compilation. */
|
|
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
|
|
"outDir": "./lib", /* Output directory for generated declaration files. */
|
|
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
|
}
|
|
}
|