@vidavidorra/create-project
Version:
Interactively create a GitHub project
18 lines (17 loc) • 355 B
JSON
{
"compilerOptions": {
"allowJs": true,
"declaration": true,
"esModuleInterop": true,
"module": "node20",
"moduleResolution": "node16",
"outDir": "dist",
"rootDir": "./src",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2024",
"types": ["node"]
},
"include": ["src/**/*.ts"]
}