Nick Brown 83ca488ada
Updated Fluent UI 9 Demo to latest SPFx and Fluent UI 9 (#3149)
* Updated Fluent UI 9 demo to SPFx 15

* Updated to SPFx 16

* Added Teams Manifest for Office Deployment

* Fixed graph client reference issue

* code simplication for slides

* Fixed Theming in Outlook/Office.com
2022-11-17 15:20:57 +02:00

37 lines
771 B
JSON

{
"extends": "./node_modules/@microsoft/rush-stack-compiler-4.5/includes/tsconfig-web.json",
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"outDir": "lib",
"inlineSources": false,
"strictNullChecks": false,
"noImplicitAny": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules/@microsoft"
],
"types": [
"webpack-env"
],
"lib": [
"es5",
"dom",
"es2015.collection",
"es2015.promise"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx"
]
}