sp-dev-fx-webparts/samples/sharepoint-crud/tsconfig.json

26 lines
479 B
JSON
Raw Normal View History

2016-09-16 00:33:47 -04:00
{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
2016-09-16 00:33:47 -04:00
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules/@microsoft"
],
"types": [
"es6-promise",
"webpack-env"
],
"lib": [
"es5",
"dom",
"es2015.collection"
]
2016-09-16 00:33:47 -04:00
}
}