Spaces:
Runtime error
Runtime error
File size: 327 Bytes
077865a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["node"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.ts", "scripts/**/*.mjs"]
}
|