drawings-to-human / frontend /tsconfig.json
radames's picture
svelte frontend
838b286
raw
history blame
No virus
275 Bytes
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
},
}