mirror of
https://github.com/LukeHagar/svelte-interactions.git
synced 2025-12-06 04:21:32 +00:00
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["./node_modules/user-agent-data-types"]
|
|
}
|
|
}
|