mirror of
https://github.com/dumbasPL/deluge-windscribe-ephemeral-port.git
synced 2024-11-10 01:02:17 +01:00
21 lines
No EOL
372 B
JSON
21 lines
No EOL
372 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"ES2016",
|
|
"ES2018",
|
|
],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"downlevelIteration": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
} |