Files
Nilai_Clock/jsconfig.json
T
sudomarcma f839e9d6b2 init
2025-06-12 13:50:51 +08:00

9 lines
116 B
JSON

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