mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
10 lines
145 B
JSON
10 lines
145 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"jsx": "react",
|
||
|
"declaration": true,
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|