Skip to content

Commit e5d1f10

Browse files
authored
Merge pull request #253 from NativeScript/fatme/fix-skipLibCheck
fix: add skipLibCheck in `tsconfig.tns.json`
2 parents 1205f82 + 8bdf6a6 commit e5d1f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/add-ns/_ns-files/tsconfig__nsext__.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"module": "es2015",
55
"moduleResolution": "node",
6+
"skipLibCheck": true,
67
"paths": {
78
"@src/*": [
89
"<%= sourceDir %>/*.tns.ts",

0 commit comments

Comments
 (0)