mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-02-08 09:05:01 +00:00
Simplify Angular 2 template where possible
This commit is contained in:
@@ -6,22 +6,9 @@
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"lib": ["es6", "dom"],
|
||||
"types": [
|
||||
"body-parser",
|
||||
"compression",
|
||||
"cookie-parser",
|
||||
"express",
|
||||
"express-serve-static-core",
|
||||
"mime",
|
||||
"node",
|
||||
"serve-static",
|
||||
"hammerjs"
|
||||
]
|
||||
"lib": [ "es6", "dom" ],
|
||||
"types": [ "node" ]
|
||||
},
|
||||
"exclude": [
|
||||
"bin",
|
||||
"node_modules"
|
||||
],
|
||||
"exclude": [ "bin", "node_modules" ],
|
||||
"atom": { "rewriteTsconfig": false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user