UNPKG

lucid-ui

Version:

A UI component library from Xandr.

14 lines (13 loc) 183 B
{ "extends": "./tsconfig.json", "compilerOptions": { "target": "ES5", "module": "CommonJS", }, "include": [ "src/**/*" ], "exclude": [ "**/*.spec.*" ] }