1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-03 10:19:14 +00:00

14 lines
233 B
JSON

{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [
"webpack-env"
]
}
}