UNPKG

hexa-viewer-communicator

Version:

A simple API for <hexa-viewer>

18 lines 377 B
{ "compilerOptions": { "outDir": "./dist/", "sourceMap": true, "noImplicitAny": true, "module": "ESNext", "target": "ES6", "declaration": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "lib": [ "ESNext" , "dom" ], "baseUrl": "./" }, "include": [ "src/**/*" ] }