mirror of
https://github.com/AtHeartEngineer/MetaFest2.git
synced 2026-01-09 13:07:53 -05:00
10 lines
109 B
JSON
10 lines
109 B
JSON
// @js-ignore
|
|
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|