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