zaccl
Version:
The Zoom App Complete Connection Library, a project that handles everything required to build a zoom-integrated app.
27 lines (26 loc) • 447 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"noImplicitAny": true,
"noEmitOnError": true,
"removeComments": false,
"declaration": true,
"sourceMap": true,
"target": "es6",
"lib": [
"esnext",
"dom",
"dom.iterable"
],
"types": ["node"],
"rootDir": "./src",
"outDir": "./lib"
},
"include": [
"./src"
],
"ts-node": {
"files": true
}
}