aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..772aba5
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,15 @@
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "CommonJS",
5 "strict": true,
6 "outDir": "dist",
7 "rootDir": "src",
8 "moduleResolution": "node",
9 "types": ["node"],
10 "skipLibCheck": true,
11 "esModuleInterop": true,
12 "allowSyntheticDefaultImports": true
13 },
14 "include": ["src"]
15} \ No newline at end of file