UNPKG

@team-llambda/edupoint-pxpwebservices-synergy

Version:

An NPM package for accessing the Edupoint Synergy API on behalf of students, parents, and teachers.

14 lines 274 B
{ "compilerOptions": { "lib": ["dom", "es2015.promise", "es5"], "target": "es5", "module": "commonjs", "outDir": "build/", "sourceMap": true, "allowJs": true, }, "exclude": [ "dist", "build" ] }