Linda Krausz 23760ec883 Add 'samples/react-palette-picker/' from commit 'dcde76ef2831679651d02494596d71e853104c57'
git-subtree-dir: samples/react-palette-picker
git-subtree-mainline: 62221196e70e7e82802cf132403bb4f15fcb6d98
git-subtree-split: dcde76ef2831679651d02494596d71e853104c57
2022-08-01 14:07:15 +10:00

37 lines
795 B
JSON

{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.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": [
"webpack-env"
],
"lib": [
"es5",
"dom",
"es2015.collection",
"es2015.promise",
"es2017.object"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx"
]
}