buster/apps/tsconfig.json

7 lines
89 B
JSON
Raw Permalink Normal View History

2025-07-03 11:04:44 +08:00
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler"
}
}