Files
chat/apps/oauth-demo/tsconfig.json

10 lines
184 B
JSON
Raw Normal View History

2026-04-25 16:36:34 +08:00
{
"compilerOptions": {
"esModuleInterop": true,
"isolatedModules": true,
"strict": true,
"importsNotUsedAsValues": "error",
"experimentalDecorators": true,
}
}