mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"webworker",
|
|
"ES2016",
|
|
"DOM"
|
|
],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"importsNotUsedAsValues": "error",
|
|
"noUncheckedIndexedAccess": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true
|
|
}
|
|
} |