UNPKG

trakr

Version:

Minimal utility for tracking performance

22 lines (21 loc) 527 B
{ "compilerOptions": { "allowUnreachableCode": false, "allowUnusedLabels": false, "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "incremental": true, "lib": ["es2016", "dom"], "module": "commonjs", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "sourceMap": true, "outDir": "build", "strict": true, "target": "es2017", "tsBuildInfoFile": ".tsbuildinfo" }, "include": ["src"] }