mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 01:30:18 +00:00
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"paths": {
|
|
"$lib": ["src/lib"],
|
|
"$lib/*": ["src/lib/*"],
|
|
"$i18n": ["src/translations"],
|
|
"$i18n/*": ["src/translations/*"],
|
|
"$params": ["src/params"],
|
|
}
|
|
}
|
|
}
|