UNPKG

@google/dscc

Version:

`dscc` (Data Studio Community Component) is a library to help with the building of community components for Google Data Studio. It can be used as a standalone library, or as a npm dependency.

17 lines (16 loc) 308 B
{ "compilerOptions": { "lib": ["es6", "dom", "es5"], "module": "commonjs", "target": "es5", "types": ["node", "jest"], "moduleResolution": "node", "outDir": "lib", "noImplicitAny": false, "sourceMap": true, "declaration": true }, "include": [ "./src/**/*" ] }