From ab213dd0a1e51699aae492f8b546e4a311fcb97d Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Sun, 15 Aug 2021 08:35:57 +0000 Subject: Initial plumbing and conversion of a simple javascript to typescript (#1790) * initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies. --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 46e0e6cfa..2676f392d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "./tsconfig.settings.json", "compilerOptions": { - "outDir": ".tstmp", + "outDir": ".tmp", "rootDir": "./" - }, + } } -- cgit v1.2.3-54-g00ecf