diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index c4c9394..4ac378c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,8 @@ { "compilerOptions": { + "target": "ES6", + "module": "CommonJS", + "moduleResolution": "Node", "strict": true, "lib": ["ES6"] } |