Files

13 lines
289 B
JSON
Raw Permalink Normal View History

2026-05-31 18:45:31 +08:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"verbatimModuleSyntax": false,
"strict": true,
"outDir": "./dist"
}
}