main
guidohollander 3 years ago
parent 0979bf94f9
commit 4430ab5098

@ -9,7 +9,8 @@
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"format": "prettier --write .", "format": "prettier --write .",
"prepare": "husky install" "prepare": "husky install",
"lint": "eslint ."
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.2.3", "@types/node": "^20.2.3",

@ -24,12 +24,4 @@
// spawnSample('powershell',['node', '-v']); // spawnSample('powershell',['node', '-v']);
// } // }
// start(); // start();
type Haha = true;
console.log("Hello world!"); console.log("Hello world!");
export const hello = "hi world";
async function test() {
await Promise.resolve("hi");
}
var h = true;

Loading…
Cancel
Save

Powered by TurnKey Linux.