/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.8.2
tsconfig.json
30 строк
647 B
Jukka Kurkela
Bump version to 3.7.0, update deps (#10011)
23 дек 2021, 21:55
Не верифицирован
23 дек 2021, 21:55
a5b46a8
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES6", "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "allowJs": true, "checkJs": true, "noEmit": true, "alwaysStrict": true, "strictBindCallApply": true, "strictFunctionTypes": true, "types": ["offscreencanvas"], "lib": ["es2018", "DOM"] }, "typedocOptions": { "name": "Chart.js", "entryPoints": ["types/index.esm.d.ts"], "readme": "none", "excludeExternals": true, "includeVersion": true, "out": "./dist/docs/typedoc" }, "include": [ "./src/**/*.js", "./types" ], "exclude": [ "./types/tests" ] }