/
githubmirror
/
echarts
Обзор
Документация
Войти
/
githubmirror
/
echarts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.6.0
tsconfig.json
29 строк
653 B
100pah
[fix] tweak ssr ts type, impl, exports and eslint
22 янв 2024, 07:39
22 янв 2024, 07:39
abe29f0
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES3", "noImplicitAny": true, "noImplicitThis": true, "strictBindCallApply": true, "removeComments": false, "sourceMap": true, // https://github.com/ezolenko/rollup-plugin-typescript2/issues/12#issuecomment-536173372 "moduleResolution": "node", "declaration": true, "declarationMap": false, "importHelpers": true, "pretty": true, "outDir": "lib" }, "include": [ "src/**/*.ts", "extension-src/**/*.ts", "ssr/client/**/*.ts", "test/lib/myTransform/src/**/*.ts" ] }