Set moduleResolution

This commit is contained in:
Nathan Bierema 2022-01-08 16:55:18 -05:00
parent 98caecd5cc
commit 66ac88211b

View File

@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "Node",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,