UNPKG

@caspingus/lt

Version:

A utility library of helpers and extensions useful when working with Learnosity APIs.

13 lines (12 loc) 292 B
{ "compilerOptions": { "checkJs": true, "lib": ["ES2020", "DOM"], "module": "ESNext", "moduleResolution": "bundler", "target": "ES2020", "types": ["vite/client"] }, "include": ["src/**/*"], "exclude": ["dist", "node_modules"] }