platform/products/tracker/tsconfig.json
Andrey Sobolev 87aaf8c44f
TSK-1106: Update to latest packages (#2943)
* TSK-1106: Tiptap update

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Svelte 3.58

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Svelte check 3.2 and preprocess 5.03

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Upgrade rush

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-04-11 17:21:13 +06:00

16 lines
294 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"module": "esnext",
"target": "es2016",
"allowJs": true,
"sourceMap": true,
"moduleResolution": "node",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"lib": [
"es2016",
"dom"
]
}
}