2022-10-20 22:33:25 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ESNext",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"skipLibCheck": true,
|
2023-01-11 23:07:02 +01:00
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
|
}
|
2022-10-20 22:33:25 +02:00
|
|
|
}
|
|
|
|
|
}
|