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