Update module in tsconfig to 'nodenext'

pull/297/head
Muhammad Atif Ali 10 months ago
parent b02c4de824
commit bf24358b89

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"module": "esnext", "module": "nodenext",
"strict": true, "strict": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"moduleResolution": "nodenext", "moduleResolution": "nodenext",

Loading…
Cancel
Save