Spaces:
Runtime error
Runtime error
File size: 270 Bytes
5556095 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"compilerOptions": {
"esModuleInterop": true,
"noEmit": false,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
"noImplicitAny": true,
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true,
"composite": true
}
}
|