diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 6d59c57..fef389a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2020", - "module": "ES2020", + "module": "NodeNext", "allowJs": true, "checkJs": true, "removeComments": true, @@ -15,7 +15,7 @@ "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "moduleResolution": "nodenext", + "moduleResolution": "NodeNext", "skipLibCheck": true }, "include": ["./src/**/*"] |