Files
douyin/app/jsconfig.json
T
2025-09-30 15:00:32 +08:00

13 lines
221 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"target": "ES6",
"module": "ESNext",
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules", "dist"]
}