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">
<title>Example</title>
<script src="../out/index.js"></script>
<script src="../out/lauchpioos.js"></script>
</head>
<body>
<custom-geometry>

View file

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