alpha-version-dce-check-in-api
Version:
API for taking attendance and checking people in.
26 lines • 468 B
JSON
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "node",
"downlevelIteration": true,
"esModuleInterop": true,
"noImplicitAny": true,
"noEmitOnError": true,
"removeComments": false,
"declaration": true,
"sourceMap": true,
"target": "es2016",
"skipLibCheck": true,
},
"include": [
"./src",
"./tests",
"./dce-reactkit"
],
"exclude": [
"./dist"
],
"ts-node": {
"files": true
}
}