mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
11 lines
152 B
JSON
11 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"baseUrl": ["./"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|