mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
3f4cbccc95
As per the guidelines: https://github.com/SharePoint/sp-dev-fx-webparts/blob/master/.github/CONTRIBUTING.md
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|