mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-28 13:41:42 +00:00
11 lines
152 B
JSON
11 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"baseUrl": ["./"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|