32 строки
684 B
JSON
32 строки
684 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"sourceMap": true,
|
|
"noUnusedLocals": true,
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"lib": [
|
|
"es2015",
|
|
"es2015.promise",
|
|
"dom"
|
|
],
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"requirejs",
|
|
"react",
|
|
"react-dom",
|
|
"vss-web-extension-sdk"
|
|
],
|
|
"typeRoots": [
|
|
"../node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |