lemon clown
Results
1
issues of
lemon clown
in my tsconfig.json, I can specify path alias such as following: ```json "baseUrl": ".", "paths": { "@/*": [ "src/main/*", "src/resources/*" ] }, ``` and then, I can import resource file...