From 1b6436c351cb0ede545b24a568dd341d6a961861 Mon Sep 17 00:00:00 2001 From: Wolfgang Faust Date: Sat, 13 May 2017 15:38:52 -0400 Subject: [PATCH] Move all files into types/ subdirectory. --- index.d.ts => types/index.d.ts | 0 tsconfig.json => types/tsconfig.json | 0 tslint.json => types/tslint.json | 0 xlsx-tests.ts => types/xlsx-tests.ts | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename index.d.ts => types/index.d.ts (100%) rename tsconfig.json => types/tsconfig.json (100%) rename tslint.json => types/tslint.json (100%) rename xlsx-tests.ts => types/xlsx-tests.ts (100%) diff --git a/index.d.ts b/types/index.d.ts similarity index 100% rename from index.d.ts rename to types/index.d.ts diff --git a/tsconfig.json b/types/tsconfig.json similarity index 100% rename from tsconfig.json rename to types/tsconfig.json diff --git a/tslint.json b/types/tslint.json similarity index 100% rename from tslint.json rename to types/tslint.json diff --git a/xlsx-tests.ts b/types/xlsx-tests.ts similarity index 100% rename from xlsx-tests.ts rename to types/xlsx-tests.ts