http-post-message/tsconfig.json

21 строка
449 B
JSON
Исходник Обычный вид История

{
"compilerOptions": {
"target": "es2015",
"declaration": true,
"noImplicitAny": true,
"sourceMap": true,
"outDir": "dist"
},
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts",
"typings/browser",
"typings/browser.d.ts",
"typings/index.d.ts",
"typings/globals/es6-promise",
"test",
"tmp",
"dist"
]
}