Files
2026-06-08 17:56:41 +08:00

15 lines
295 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"outDir": "./out",
"lib": ["ES2020"],
"sourceMap": true,
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["node_modules", ".vscode-test"]
}