1
0
Форкнуть 0
vsts-extension-integer-control/tsconfig.json

23 строки
479 B
JSON

{
"compilerOptions": {
"module": "amd",
"sourceMap": false,
"rootDir": "./scripts"
},
"filesGlob": [
"./scripts/**/*.ts",
"!**/*.tests.ts",
"./typings/index.d.ts"
],
"exclude": [
"node_modules"
],
"files": [
"scripts/app.ts",
"scripts/control.ts",
"scripts/errorView.ts",
"scripts/model.ts",
"scripts/view.ts",
"typings/index.d.ts"
]
}