chromafx
Version:
CHROMAFX is a powerful and flexible terminal color and style management library. It offers a wide range of color options, including basic, bright, background, and 256-color palette support, as well as custom RGB colors. The package allows easy application
13 lines (12 loc) • 680 B
JSON
{
"compilerOptions": {
"target": "es6", // Or another target as needed
"module": "commonjs", // Or another module system as needed
"strict": true, // Enable all strict type-checking options
"esModuleInterop": true, // Allows default imports from modules with no default export
"skipLibCheck": true, // Skip type checking of declaration files
"forceConsistentCasingInFileNames": true
},
"include": ["Source/**/*"], // Include all .ts files in the Source directory
"exclude": ["node_modules"] // Exclude node_modules
}