changed example
This commit is contained in:
parent
160ede91e6
commit
bf0bd7cc16
3 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs"
|
||||
"module": "commonjs",
|
||||
"outDir": "out",
|
||||
"sourceMap": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue