mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
"target": "es2017",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"outDir": "build"
|
|
}
|
|
} |