Spaces:
Sleeping
Sleeping
File size: 249 Bytes
a07d36d |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"compilerOptions": {
"target": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}
|