1
0

allow building JS files

This commit is contained in:
2024-05-09 17:37:23 +02:00
parent 6c0713d591
commit ab11074744
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
/node_modules
/node_modules
/dist

View File

@@ -3,6 +3,8 @@
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"rootDir": "src",
"outDir": "dist",
"alwaysStrict": true,
"esModuleInterop": true,
"noFallthroughCasesInSwitch": true,
@@ -21,4 +23,4 @@
"esm": true,
"experimentalSpecifierResolution": "node"
}
}
}