ts hello world

master
Kuba Orlik 4 years ago
parent f3d23afd50
commit de4184a2d7

@ -5,5 +5,6 @@
</head>
<body>
<h1>Zgłaszańsko</h1>
<script src="./index.ts"></script>
</body>
</html>

@ -1 +1 @@
import { submit } from "poznan-sm-submit";
console.log("hello");

@ -1,11 +1,11 @@
{
"compilerOptions": {
"module": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"target": "ES2020",
"target": "ES6",
"declaration": true,
"esModuleInterop": true,
"lib": ["es6", "esnext"],

Loading…
Cancel
Save