restructured project

This commit is contained in:
Lauchmelder 2021-11-26 15:01:20 +01:00
parent 4066c87793
commit ea4eb49670
3 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example</title> <title>Example</title>
<script src="../out/index.js"></script> <script src="../out/lauchpioos.js"></script>
</head> </head>
<body> <body>
<custom-geometry> <custom-geometry>

View file

@ -1,8 +1,9 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es6", "target": "es6",
"module": "commonjs", "outFile": "./out/lauchpioos.js",
"outDir": "out", "sourceRoot": "./src",
"rootDir": "./src",
"sourceMap": true "sourceMap": true
} }
} }