mirror of
https://github.com/xyzeva/k-id-age-verifier.git
synced 2026-04-26 21:56:10 +02:00
735e7ef53f
doesn't fully work yet
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"rewriteRelativeImportExtensions": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"types": ["./worker-configuration.d.ts"]
|
|
}
|
|
}
|