19 lines
368 B
JSON
Raw Normal View History

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,
"verbatimModuleSyntax": true,
2024-11-15 22:55:53 +01:00
"paths": {
"@/*": [
"./src/*"
]
}
}
}