1 Star 0 Fork 1

naTsuM1 / chartjs

forked from Gitee 极速下载 / chartjs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
/* Type Checking */
"alwaysStrict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
/* todo: uncomment after transition to TS */
// "noFallthroughCasesInSwitch": true,
// "noImplicitOverride": true,
// "noImplicitReturns": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
/* Modules */
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"rootDir": "src",
"types": ["offscreencanvas"],
/* Emit */
"declaration": true,
"importsNotUsedAsValues": "error",
"inlineSourceMap": true,
"outDir": "dist",
/* JavaScript Support */
"allowJs": true,
"checkJs": true,
/* Interop Constraints */
"allowSyntheticDefaultImports": true,
/* Language and Environment */
"target": "ES6",
"lib": ["es2018", "DOM"]
},
"typedocOptions": {
"name": "Chart.js",
"entryPoints": ["src/types/index.d.ts"],
"readme": "none",
"excludeExternals": true,
"includeVersion": true,
"out": "./dist/docs/typedoc"
},
"include": [
"./src/**/*"
],
"exclude": [
"./dist/**"
]
}
JavaScript
1
https://gitee.com/natsum1/chartjs.git
git@gitee.com:natsum1/chartjs.git
natsum1
chartjs
chartjs
master

搜索帮助