aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-13 16:40:23 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-13 16:40:23 +0530
commitfe710f58a982e31e64c02d887567bcd9a4108b24 (patch)
tree9f3bcdbe39f79fcaf1c4ae612f8e8a117f9c9d55 /tsconfig.json
parenta632182ea23a004120d5c07bc83b0ba697dd6115 (diff)
downloadts-types-lang-fe710f58a982e31e64c02d887567bcd9a4108b24.tar.gz
ts-types-lang-fe710f58a982e31e64c02d887567bcd9a4108b24.zip
chore: tsconf
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
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"]
}