mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
FIx tsconfig
This commit is contained in:
parent
fe597833f7
commit
4aabb77799
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
// this aligns with Vue's browser support
|
"target": "es6",
|
||||||
"target": "es5",
|
"module": "es6",
|
||||||
// this enables stricter inference for data properties on `this`
|
// this enables stricter inference for data properties on `this`
|
||||||
"strict": true,
|
"strict": true,
|
||||||
// if using webpack 2+ or rollup, to leverage tree shaking:
|
// if using webpack 2+ or rollup, to leverage tree shaking:
|
||||||
"module": "es2020",
|
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user