summaryrefslogtreecommitdiff
path: root/together/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'together/tsconfig.json')
-rw-r--r--together/tsconfig.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/together/tsconfig.json b/together/tsconfig.json
deleted file mode 100644
index 33a1983..0000000
--- a/together/tsconfig.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "compilerOptions": {
- "module": "commonjs",
- "target": "es2021",
- "sourceMap": true,
- "esModuleInterop": true,
- "outDir": "./build",
- "rootDir": "./src",
- "skipLibCheck": true
- },
- "exclude": [
- "node_modules"
- ]
-}