mirror of
https://github.com/dumbasPL/deluge-windscribe-ephemeral-port.git
synced 2024-11-10 01:02:17 +01:00
23 lines
No EOL
471 B
JSON
23 lines
No EOL
471 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es6",
|
|
"ES2016",
|
|
"ES2018",
|
|
],
|
|
"target": "ES2017",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"outDir": "./dist",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true, // needed until https://github.com/sindresorhus/got/issues/2051 gets resolved
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"ts-node": {
|
|
"esm": true
|
|
},
|
|
} |