DefinitelyTyped/types/cryptojs/tsconfig.json

77 lines
2.4 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"test/aes-profile-tests.ts",
"test/aes-tests.ts",
"test/des-profile-tests.ts",
"test/des-tests.ts",
"test/enc-base64-tests.ts",
"test/enc-hex-tests.ts",
"test/enc-latin1-tests.ts",
"test/enc-utf8-tests.ts",
"test/enc-utf16-tests.ts",
"test/evpkdf-profile-tests.ts",
"test/evpkdf-tests.ts",
"test/format-openssl-tests.ts",
"test/hmac-profile-tests.ts",
"test/hmac-tests.ts",
"test/kdf-openssl-tests.ts",
"test/lib-base-tests.ts",
"test/lib-cipherparams-tests.ts",
"test/lib-passwordbasedcipher-tests.ts",
"test/lib-serializablecipher-tests.ts",
"test/lib-typedarrays-tests.ts",
"test/lib-wordarray-tests.ts",
"test/md5-profile-tests.ts",
"test/md5-tests.ts",
"test/mode-cbc-tests.ts",
"test/mode-cfb-tests.ts",
"test/mode-ctr-tests.ts",
"test/mode-ecb-tests.ts",
"test/mode-ofb-tests.ts",
"test/pad-ansix923-tests.ts",
"test/pad-iso10126-tests.ts",
"test/pad-iso97971-tests.ts",
"test/pad-pkcs7-tests.ts",
"test/pad-zeropadding-tests.ts",
"test/pbkdf2-profile-tests.ts",
"test/pbkdf2-tests.ts",
"test/rabbit-legacy-tests.ts",
"test/rabbit-profile-tests.ts",
"test/rabbit-tests.ts",
"test/rc4-profile-tests.ts",
"test/rc4-tests.ts",
"test/ripemd160-tests.ts",
"test/sha1-profile-tests.ts",
"test/sha1-tests.ts",
"test/sha3-profile-tests.ts",
"test/sha3-tests.ts",
"test/sha224-tests.ts",
"test/sha256-profile-tests.ts",
"test/sha256-tests.ts",
"test/sha384-tests.ts",
"test/sha512-profile-tests.ts",
"test/sha512-tests.ts",
"test/tripledes-profile-tests.ts",
"test/tripledes-tests.ts",
"test/x64-word-tests.ts",
"test/x64-wordarray-tests.ts"
]
}