findme-miniprogram-frontend/jsconfig.json

6 lines
74 B
JSON
Raw Permalink Normal View History

2025-12-27 17:16:03 +08:00
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs"
}
}