ddtd/jsconfig.json
SummerColdWind 23f0b86a34 测试
2024-07-28 13:22:54 +08:00

9 lines
116 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}