Skip to content

Commit b36a828

Browse files
committed
Test .jsx and .ts files, example tsconfig file
1 parent ea65f2e commit b36a828

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

test/test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
alert(app.documents[0].name);
1+
alert(app.name);

test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
alert(app.documents[0].name);
1+
alert(app.name);

test/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
//
32
// Compile your typescript file into .jsx in same folder on every save.
43
//
54
// This setup allows you to work in .ts files to use the very helpful auto-complete of app DOMs

0 commit comments

Comments
 (0)