mikuloverfan_draft-paper/tsconfig.json
2026-05-29 11:59:12 +08:00

12 lines
No EOL
239 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"lib": ["DOM", "ESNext"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node"
},
"include": ["*.ts"]
}