Federico 2d9b61fc4d SPFX Tour sample WebPart - react-tour-pnpjs (#1082)
* Initial commit

* first commit

* first release

* rework

* load fix and styling

* fix webpart select

* css ReactTourJS fix

* css fix

* added assets

* Update README.md

* fix webPartData undefined on Text Webpart
2019-12-09 11:06:36 +02:00

39 lines
799 B
JSON

{
"extends": "./node_modules/@microsoft/rush-stack-compiler-2.9/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,
"noUnusedLocals": false,
"typeRoots": [
"./node_modules/@types",
"./node_modules/@microsoft"
],
"types": [
"es6-promise",
"webpack-env"
],
"lib": [
"es5",
"dom",
"es2015.collection"
]
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"lib"
]
}