mirror of
https://github.com/daief/gm-response-proxy.git
synced 2025-11-30 00:12:47 +08:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|