Files
community-rule/jsconfig.json
T
adilallo 493df4e48f init
2025-04-08 10:07:55 -06:00

8 lines
73 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}