mirror of
https://github.com/robbie-cahill/tunnelmole-client.git
synced 2026-08-24 02:34:13 -05:00
19 lines
496 B
JSON
19 lines
496 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "ES2015",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [ "es2015", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "es2022" ],
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"declaration": true
|
|
},
|
|
"exclude": [
|
|
"cjs",
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |