Files
setup-github-release/tsconfig.json
2026-04-07 07:15:46 +02:00

15 lines
294 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"outDir": "lib",
"types": ["node"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"rootDir": "src"
},
"include": ["src/**/*"]
}