1 Star 0 Fork 0

Yu / jsencrypt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig-def.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Travis Tidwell 提交于 2021-02-12 19:57 . Fixed version code.
{
"compilerOptions": {
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"module": "es6", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"lib": ["es2015","dom"], /* Specify library files to be included in the compilation. */
"outDir": "lib", /* Redirect output structure to the directory. */
"rootDir": "src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"strict": true, /* Enable all strict type-checking options. */
"strictNullChecks": false,
"resolveJsonModule": true,
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"allowJs": false,
"declaration": true,
"emitDeclarationOnly": true,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": [
"src/*.ts",
"src/*.js",
"src/**/*.ts",
"src/**/*.js"
]
}
JavaScript
1
https://gitee.com/NeverYu/jsencrypt.git
git@gitee.com:NeverYu/jsencrypt.git
NeverYu
jsencrypt
jsencrypt
master

搜索帮助