22 Star 196 Fork 48

MagicalProgrammer / js-screen-shot

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 729 Bytes
Copy Edit Raw Blame History
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": false,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"declaration": true,// 是否生成声明文件
"declarationDir": "dist/type",// 声明文件打包的位置
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
TypeScript
1
https://gitee.com/likai119/js-screen-shot.git
git@gitee.com:likai119/js-screen-shot.git
likai119
js-screen-shot
js-screen-shot
master

Search