boilerplate

This commit is contained in:
Stefan
2021-10-11 12:06:02 +02:00
parent 01f5521433
commit a934017d87
5 changed files with 218 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"strict": true,
"lib": ["esnext"],
"esModuleInterop": true
}
}