2024-11-15 22:55:53 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"allowImportingTsExtensions": true,
|
2024-11-17 22:27:29 +01:00
|
|
|
"verbatimModuleSyntax": true,
|
2024-11-15 22:55:53 +01:00
|
|
|
"paths": {
|
|
|
|
"@/*": [
|
|
|
|
"./src/*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|