mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
The latest version doesn't use ngOfficeUIFabric which collides with Office UI Fabric used by the SharePoint Framework
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"
|
|
]
|
|
}
|
|
}
|