inklog
Version:
A colorful and beautiful terminal logger for Node.js with fixed-width output and smart default messages.
17 lines • 422 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"declaration": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src/**/*", "types/index.d.ts"],
"exclude": ["dist"]
}