summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-28 11:16:38 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-28 13:27:05 -0400
commit08d3850fa88df2319300874c701da1415b7372a0 (patch)
tree2646ad5482e2c3c5402bafd37f8340e93c70cc39 /tsconfig.json
parent844f565cc053b188473a209e8642772ad42b43bd (diff)
Add tests.ts for fast unit tests.
Also deno_testing/ which will be released as a standalone module.
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4de82936c..769d75b46 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -20,5 +20,6 @@
"allowUnreachableCode": false,
"experimentalDecorators": true
},
- "include": ["*.ts", "*.js"]
+ "include": ["*.ts", "*.js"],
+ "exclude": ["tests.ts"]
}