swingmusic/tsconfig.json
2022-06-23 15:39:19 +03:00

11 lines
152 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"paths": {
"baseUrl": ["./"],
"@/*": ["./src/*"]
}
},
"include": ["src/**/*"]
}