33 строки
638 B
JSON
33 строки
638 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"declaration": true,
|
|
"outDir": "./dist-esm",
|
|
"importHelpers": true,
|
|
"paths": {
|
|
"@azure/arm-operationalinsights": [
|
|
"./src/index"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./test/**/*.ts",
|
|
"samples-dev/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |