{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "outDir": "./dist", "rootDir": ".", "strict": true, "esModuleInterop": true, "noEmit": false, "baseUrl": ".", "paths": { "@/*": ["./src/*"] } } }