mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
10 lines
134 B
JSON
10 lines
134 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|