uni-qnc-tob/utssdk/webview/tsconfig.json

11 lines
182 B
JSON
Raw Normal View History

2025-03-14 03:40:55 +08:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
"esModuleInterop": true
}
}