@s54a/hi
Version:
Hello world CLI Package which uses Node JS
11 lines (10 loc) • 494 B
JSON
{
"compilerOptions": {
"target": "es6", // Specify ECMAScript target version
"module": "commonjs", // Specify module code generation
"outDir": "./dist", // Redirect output structure to the "dist" directory
"strict": true, // Enable all strict type-checking options
"esModuleInterop": true, // Enables emit interoperability between CommonJS and ES Modules
"skipLibCheck": true // Skip type checking all .d.ts files (optional but useful for performance)
}
}