aboutsummaryrefslogtreecommitdiff
path: root/src/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsconfig.json')
-rwxr-xr-xsrc/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
new file mode 100755
index 0000000..e397c5f
--- /dev/null
+++ b/src/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "baseUrl": "../node_modules",
+ "module": "commonjs",
+ "target": "es2021",
+ "sourceMap": true,
+ "esModuleInterop": true
+ },
+ "exclude": [
+ "node_modules"
+ ],
+}