aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-11 14:26:54 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-11 14:29:56 +0530
commita6ff70d09e1e5f161e401a3665bfe44b2abfc44e (patch)
tree681b23a85cd24cc99ff80a364324b3f581dfa195 /tsconfig.json
parente2664926e239d2b5cb1e3433be0098306d3586bf (diff)
downloadts-types-lang-a6ff70d09e1e5f161e401a3665bfe44b2abfc44e.tar.gz
ts-types-lang-a6ff70d09e1e5f161e401a3665bfe44b2abfc44e.zip
fix: minor fixes and refactors
Diffstat (limited to '')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4174b25..7c7eece 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -21,5 +21,5 @@
"noUncheckedIndexedAccess": true,
"skipLibCheck": false
},
- "include": ["./src/**/*"]
+ "include": ["./src/**/*", "./stdlib/**/*", "./examples/**/*"]
}