UNPKG

zeta-icon-name-checker

Version:

A utility used to check the validity of icon and category names in the Zeta Icon Library.

14 lines 348 B
{ "compilerOptions": { "target": "ES2015", "module": "Node16", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", "allowArbitraryExtensions": true, "declaration": true, "moduleResolution": "node16" }, "include": ["./src/", "index.ts"], }