mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
e6afa9ad4f
* handlebarsjs webpack loader sample * removed trashed folder
16 lines
279 B
JSON
16 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"types": [
|
|
"es6-promise",
|
|
"es6-collections",
|
|
"webpack-env"
|
|
]
|
|
}
|
|
}
|