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