alpha-version-dce-check-in-ui
Version:
UI for taking attendance and checking people in.
28 lines (27 loc) • 586 B
JSON
{
"compilerOptions": {
"target": "es2016",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"jsx": "react",
"module": "ESNext",
"declaration": true,
"declarationDir": "types",
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"emitDeclarationOnly": true
},
"include": [
"./src/**/*",
"./dce-reactkit/**/*"
, "dce-reactkit" ],
"ts-node": {
"compilerOptions": {
"module": "commonjs"
}
},
}