etcd3/tsconfig.json

26 строки
525 B
JSON
Исходник Постоянная ссылка Обычный вид История

2017-04-10 08:25:42 +03:00
{
2017-04-14 00:40:50 +03:00
"compilerOptions": {
"sourceMap": true,
2017-04-14 00:40:50 +03:00
"declaration": true,
2017-04-10 08:25:42 +03:00
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"experimentalDecorators": true,
2017-04-14 00:40:50 +03:00
"module": "commonjs",
"target": "ES2018",
2017-04-14 00:40:50 +03:00
"outDir": "lib",
"lib": ["ES2018"],
2017-04-14 00:40:50 +03:00
"types": [
"chai-as-promised",
2017-04-14 00:40:50 +03:00
"chai-subset",
"mocha",
"node"
],
"baseUrl": ".",
2017-04-14 00:40:50 +03:00
},
"include": ["src"],
2017-04-10 08:25:42 +03:00
}