summaryrefslogtreecommitdiff
path: root/docs/tsconfig.json
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-02-23 08:45:22 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-02-23 08:45:22 -0700
commit6a64e0b2f4c7f1e3911db1f8318e5d7c68cb8dff (patch)
tree9555d5fde508598f809897ae1598206f9c9fe64a /docs/tsconfig.json
parent7fe5bfc9f3dce7ed40c9a8e7d8516562c409d87c (diff)
downloada4-6a64e0b2f4c7f1e3911db1f8318e5d7c68cb8dff.tar.xz
a4-6a64e0b2f4c7f1e3911db1f8318e5d7c68cb8dff.zip
docs readme generation
Diffstat (limited to 'docs/tsconfig.json')
-rw-r--r--docs/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json
new file mode 100644
index 0000000..defa730
--- /dev/null
+++ b/docs/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "target": "ES2022",
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext",
+ "strict": true,
+ "noEmit": true,
+ "skipLibCheck": true,
+ "verbatimModuleSyntax": true
+ },
+ "include": ["src/**/*.ts"]
+}