mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-05-16 17:11:52 +00:00
19 lines
1.3 KiB
JSON
19 lines
1.3 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
|
|
"module": "commonjs" /* Specify what module code is generated. */,
|
|
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
|
"baseUrl": "./" /* Specify the base directory to resolve non-relative module names. */,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
} /* Specify a set of entries that re-map imports to additional lookup locations. */,
|
|
"sourceMap": true /* Create source map files for emitted JavaScript files. */,
|
|
"noEmit": true /* Disable emitting files from a compilation. */,
|
|
"outDir": "./dist" /* Specify an output folder for all emitted files. */,
|
|
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
|
|
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
|
"strict": true /* Enable all strict type-checking options. */,
|
|
"noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied 'any' type. */,
|
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
|
}
|
|
}
|