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