mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update tsconfig.json for demo shell (#1684)
fixes issues with building for Windows
This commit is contained in:
committed by
Eugenio Romano
parent
fd6433027a
commit
3e342863fd
@@ -8,7 +8,8 @@
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["es2015", "dom"],
|
||||
"noImplicitAny": false,
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"noResolve": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
Reference in New Issue
Block a user