sp-dev-fx-webparts/samples/js-extend-webpack/tsconfig.json

14 lines
233 B
JSON
Raw Normal View History

2017-01-26 01:18:17 -05:00
{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [
"webpack-env"
]
}
}