movie-web/paths.json
2022-02-06 21:42:39 +01:00

8 lines
95 B
JSON

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