Skip to content

Commit 3fe2c82

Browse files
author
Your Name
committed
typescript course ongoing
1 parent ec34ae6 commit 3fe2c82

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: tsconfig.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"noEmitOnError": true,
99
"experimentalDecorators": true,
1010
"emitDecoratorMetadata": true,
11-
"lib": ["es6"]
12-
}
11+
"lib": ["es6"],
12+
"skipLibCheck": true
13+
},
14+
"exclude": [
15+
"client/node_modules"
16+
]
1317
}

0 commit comments

Comments
 (0)