ts hello world

master
Kuba Orlik 4 years ago
parent f3d23afd50
commit de4184a2d7

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

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

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

Loading…
Cancel
Save