Spaces:
Sleeping
Sleeping
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "lib": ["ES2022"], | |
| "declaration": true, | |
| "strict": true, | |
| "noUncheckedIndexedAccess": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "noEmit": true, | |
| "ignoreDeprecations": "6.0" | |
| }, | |
| "include": ["src"] | |
| } | |