diff options
Diffstat (limited to 'web/tsconfig.json')
| -rw-r--r-- | web/tsconfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/tsconfig.json b/web/tsconfig.json index 7ef66ad..91be5ef 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,12 +1,12 @@ { "compilerOptions": { - "target": "ES2020", + "target": "ESNext", "module": "ESNext", - "lib": ["ES2020", "DOM", "DOM.Iterable"], + "lib": ["ESNext", "DOM", "DOM.Iterable"], "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "esModuleInterop": true }, - "include": ["*.ts", "**/*.ts"] + "include": ["src/*.ts", "src/**/*.ts"] } |
