diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-13 16:40:23 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-13 16:40:23 +0530 |
| commit | fe710f58a982e31e64c02d887567bcd9a4108b24 (patch) | |
| tree | 9f3bcdbe39f79fcaf1c4ae612f8e8a117f9c9d55 /tsconfig.json | |
| parent | a632182ea23a004120d5c07bc83b0ba697dd6115 (diff) | |
| download | ts-types-lang-fe710f58a982e31e64c02d887567bcd9a4108b24.tar.gz ts-types-lang-fe710f58a982e31e64c02d887567bcd9a4108b24.zip | |
chore: tsconf
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index d8496d7..4754889 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,5 @@ "noUncheckedIndexedAccess": true, "skipLibCheck": false }, - "include": ["./src/**/*", "./stdlib/**/*", "./examples/**/*"] + "include": ["./**/*.ts"] } |
