Skip to content

Commit 910f23a

Browse files
author
Alexander Vakrilov
authored
Fixed tsconfig snippet
1 parent 9ba05af commit 910f23a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Modules30Changes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ TypeScript projects need to reference the **ES6 and DOM libraries**. Add this to
1414
"lib": ["es6", "dom"],
1515
"baseUrl": ".",
1616
"paths": {
17-
"*": [
18-
"./node_modules/tns-core-modules/*",
19-
"./node_modules/*"]
17+
"*": [
18+
"./node_modules/tns-core-modules/*",
19+
"./node_modules/*"]
20+
}
2021
}
2122
}
2223
```

0 commit comments

Comments
 (0)