pyro-proxy/tsconfig.json
2025-04-15 19:42:04 +08:00

11 lines
173 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist",
"strict": true,
"esModuleInterop": true
},
"include": ["src"]
}