This commit is contained in:
pa
2025-12-21 01:05:04 +09:00
committed by Natsumi
parent 26ed9fcce8
commit 99d4a8d1d5
5 changed files with 55 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"module": "nodenext",
"target": "ES2022",
"allowJs": true,
"checkJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "nodenext",
"forceConsistentCasingInFileNames": true,
"lib": ["esnext", "dom"],
"types": ["node"],
"noEmit": true
},
"include": ["**/*"],
"exclude": ["../node_modules", "../build"]
}