Release v16.001 (from b46187f9)

Fixes tradingview/charting_library#5047
Fixes tradingview/charting_library#5165
This commit is contained in:
jenkins@nwork.local
2020-09-08 18:46:16 +00:00
parent 261fc36962
commit 4a28c600f7
485 changed files with 1148 additions and 1885 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./src",
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"lib": [
"dom",
@@ -16,9 +16,11 @@
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "./lib/",
"rootDir": "src",
"sourceMap": false,
"strict": true,
"target": "es5"
"target": "es5",
"types": []
},
"include": [
"./src/**/*.ts"