Update config file
parent
dbc12dc09b
commit
581d83ef84
|
@ -8,7 +8,9 @@
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"incremental": true
|
"incremental": true,
|
||||||
|
"sourceMap": true,
|
||||||
|
"alwaysStrict": true
|
||||||
},
|
},
|
||||||
"include": ["./src/**/*.ts"]
|
"include": ["./src/**/*.ts"]
|
||||||
}
|
}
|
Loading…
Reference in New Issue