mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-27 12:07:31 +00:00
28 lines
537 B
JSON
28 lines
537 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"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"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"bin",
|
|
"node_modules"
|
|
],
|
|
"atom": { "rewriteTsconfig": false }
|
|
}
|