mirror of
https://github.com/openziti/zrok.git
synced 2024-11-26 01:54:09 +01:00
13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|