{ | |
"compilerOptions": { | |
"target": "ESNext", | |
"module": "ESNext", | |
"moduleResolution": "Bundler", | |
"skipLibCheck": true, | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"] | |
} | |
} | |
} | |
{ | |
"compilerOptions": { | |
"target": "ESNext", | |
"module": "ESNext", | |
"moduleResolution": "Bundler", | |
"skipLibCheck": true, | |
"baseUrl": ".", | |
"paths": { | |
"@/*": ["./src/*"] | |
} | |
} | |
} | |