UNPKG

between.js

Version:

Lightweight ES6 JavaScript tweening engine

24 lines 451 B
{ "compilerOptions": { "module": "commonjs", "lib": [ "es6", "dom" ], "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "Between.d.ts", "between-tests.ts" ] }