All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.tsconfig.json Maven / Gradle / Ivy

Go to download

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

There is a newer version: 0.446.0
Show newest version
{
  "compilerOptions": {
    "strict": true,
    "declaration": true,
    "noEmitOnError": true,
    "noFallthroughCasesInSwitch": true,
    "moduleResolution": "node",
    "module": "ESNext",
    "target": "ESNext",
    "esModuleInterop": true,
    "allowJs": true,
    "lib": ["esnext", "dom"],
    "resolveJsonModule": true,
    "sourceMap": true,
    "outDir": "./dist",
  },
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy