提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
348 B

  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "_version": "22.0.0",
  4. "compilerOptions": {
  5. "lib": ["es2024", "ESNext.Array", "ESNext.Collection", "ESNext.Iterator"],
  6. "module": "nodenext",
  7. "target": "es2022",
  8. "strict": true,
  9. "esModuleInterop": true,
  10. "skipLibCheck": true,
  11. "moduleResolution": "node16"
  12. }
  13. }