mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["webworker"],
|
|
"module": "ESNext",
|
|
"importsNotUsedAsValues": "error",
|
|
"noUncheckedIndexedAccess": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
}
|
|
}
|