thm/tsconfig.json
2024-07-31 19:57:35 -05:00

8 lines
107 B
JSON

{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
},
}