From ea4eb496700b2b1c4adcd1fbf949391929cf4f78 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Fri, 26 Nov 2021 15:01:20 +0100 Subject: [PATCH] restructured project --- examples/index.html | 2 +- index.ts => src/geometry.ts | 0 tsconfig.json | 5 +++-- 3 files changed, 4 insertions(+), 3 deletions(-) rename index.ts => src/geometry.ts (100%) diff --git a/examples/index.html b/examples/index.html index f7430e5..9fc4afa 100644 --- a/examples/index.html +++ b/examples/index.html @@ -6,7 +6,7 @@ Example - + diff --git a/index.ts b/src/geometry.ts similarity index 100% rename from index.ts rename to src/geometry.ts diff --git a/tsconfig.json b/tsconfig.json index df02397..f5631ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,9 @@ { "compilerOptions": { "target": "es6", - "module": "commonjs", - "outDir": "out", + "outFile": "./out/lauchpioos.js", + "sourceRoot": "./src", + "rootDir": "./src", "sourceMap": true } } \ No newline at end of file