mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 05:36:17 +00:00
24 lines
526 B
JSON
24 lines
526 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"types": ["node"],
|
|
"lib": ["ESNext", "DOM"],
|
|
"paths": {
|
|
"$data/*": ["./src/data/*"],
|
|
"$lib": ["./src/lib"],
|
|
"$lib/*": ["./src/lib/*"],
|
|
"$layout/*": ["./src/layout/*"],
|
|
"$images/*": ["./images/*"],
|
|
"$util/*": ["./src/util/*"]
|
|
}
|
|
}
|
|
}
|