diff options
Diffstat (limited to 'demo/tsconfig.json')
| -rw-r--r-- | demo/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/tsconfig.json b/demo/tsconfig.json index 2c2940e..4e9d0f3 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { + "target": "es2018", "baseUrl": "..", "rootDir": "..", "lib": ["dom"], |
