mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
fixing the tsconfig to exclude docs/ dir
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "docs"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user