@ -0,0 +1 @@
*.js
@ -9,7 +9,8 @@
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"prepare": "husky install"
"prepare": "husky install",
"lint": "eslint ."
},
"devDependencies": {
"@types/node": "^20.2.3",
@ -24,12 +24,4 @@
// spawnSample('powershell',['node', '-v']);
// }
// start();
type Haha = true;
console.log("Hello world!");
export const hello = "hi world";
async function test() {
await Promise.resolve("hi");
}
var h = true;
Powered by TurnKey Linux.