Skip to content

Commit b1dc410

Browse files
authored
Update tsconfig.json
1 parent 091ca9a commit b1dc410

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"compileOnSave": true,
33
"compilerOptions": {
4+
"baseUrl": ".",
5+
"declaration": true,
6+
"sourceMap": true,
7+
"inlineSources": true,
48
"outDir": "./dist",
59
"target": "es5",
610
"lib": [
711
"es2015"
812
]
913
}
10-
}
14+
}

0 commit comments

Comments
 (0)