summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index 5fde3a59..00000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "compilerOptions": {
- "module": "commonjs",
- "target": "es6",
- "outDir": "out",
- "rootDir": "src",
- "lib": [ "es6" ],
- "sourceMap": true
- },
- "include": [
- "src"
- ],
- "exclude": [
- "node_modules"
- ],
- "references": [
- { "path": "./client" }
- ]
-} \ No newline at end of file