Skip to content

Commit 4148917

Browse files
committed
Add tsconfig which allows javascript files.
1 parent 1a9d4f9 commit 4148917

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

js-and-ts/tsconfig.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"compilerOptions": {
3+
"outDir": "./built",
4+
"sourceMap": true,
5+
"allowJs": true,
6+
"target": "es6"
7+
},
8+
"include": [
9+
"./**/*"
10+
]
11+
}

0 commit comments

Comments
 (0)