create-caccl
Version:
Initializes a new caccl-based Canvas LTI app project.
20 lines • 355 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"noImplicitAny": true,
"noEmitOnError": true,
"removeComments": false,
"declaration": true,
"sourceMap": true,
"target": "es5",
"lib": ["DOM","ES5"],
"outDir": "./lib"
},
"include": [
"./src"
],
"ts-node": {
"files": true
}
}