UNPKG

imagescript

Version:

zero-dependency javascript image manipulation

22 lines (21 loc) 513 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "strict": true, "noImplicitAny": true, "strictNullChecks": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "moduleResolution": "node", "allowJs": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "lib": ["es6"] }, "files": ["ImageScript.d.ts"] }