From fe404dfce901356dc7a5d38ba70029c72a946f27 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 6 Jul 2018 11:20:35 -0400 Subject: Import ts file from prototype without change From commit 559453cf6cc88283bcf8fdeccd387458f5c63165 Excluding v8worker.d.ts, main.ts, and deno.d.ts. Updates tslint.json to be original settings. --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 3a5161c55..3ed7f63a4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,6 @@ "allowUnreachableCode": false, "experimentalDecorators": true }, - "include": ["js/**/*.ts", "js/**/*.js"], - "exclude": ["js/mock_runtime.js", "js/node_modules"] + "include": [ "js/main.ts" ], + "exclude": [ "node_modules" ] } -- cgit v1.2.3