UNPKG

billboard.js

Version:

Re-usable easy interface JavaScript chart library, based on D3 v4+

22 lines (21 loc) 456 B
{ "compilerOptions": { "module": "commonjs", "noImplicitAny": false, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": false, "baseUrl": "../", "lib": [ "es6", "dom" ], "typeRoots": [ "./node_modules/@types" ] }, "include": [ "./*.ts" ], "noEmit": true, "forceConsistentCasingInFileNames": true }