1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

feat: helper functions

This commit is contained in:
James Cook 2021-10-29 15:46:33 +01:00
parent 67fe788090
commit 97292756dc
6 changed files with 102 additions and 20 deletions

View file

@ -87,6 +87,6 @@
// "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
// "skipLibCheck": true /* Skip type checking all .d.ts files. */
}
}