thm/tsconfig.json

8 lines
107 B
JSON
Raw Permalink Normal View History

2024-08-01 00:57:35 +00:00
{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
},
}