Files
2025-12-01 20:07:25 +09:00

23 lines
490 B
JSON

{
"compilerOptions": {
"target": "ES2024",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "./dist",
"declaration": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"baseUrl": "./",
"types": [
"node"
],
"typeRoots": [
"./node_modules/@types",
],
"removeComments": true,
},
}