aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/tsconfig.spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/tsconfig.spec.json')
-rw-r--r--client/src/tsconfig.spec.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/client/src/tsconfig.spec.json b/client/src/tsconfig.spec.json
deleted file mode 100644
index cefee1781..000000000
--- a/client/src/tsconfig.spec.json
+++ /dev/null
@@ -1,17 +0,0 @@
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/spec",
5 "module": "commonjs",
6 "target": "es5",
7 "baseUrl": "",
8 "allowJs": true
9 },
10 "files": [
11 "test.ts"
12 ],
13 "include": [
14 "**/*.spec.ts",
15 "**/*.d.ts"
16 ]
17}