UNPKG

@abdellatif.dev/cryptjs

Version:

a JavaScript/TypeScript library that brings cryptographic functionality from Dart to the web

28 lines (27 loc) 607 B
{ "compilerOptions": { "module": "CommonJS", "target": "ES6", "declaration": true, "emitDeclarationOnly": true, "allowJs": true, "checkJs": true, "outDir": "lib", "rootDir": "src", "strict": true, "noEmitOnError": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": [ "src/**/*.ts", "src/**/*.js" ], "exclude": [ "./eslint.config.js", "./test.js", "node_modules", "lib/" ] }