hexa-viewer-communicator
Version:
A simple API for <hexa-viewer>
18 lines • 377 B
JSON
{
"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/**/*"
]
}